Revision: 7124
http://skim-app.svn.sourceforge.net/skim-app/?rev=7124&view=rev
Author: hofman
Date: 2011-02-22 10:46:37 +0000 (Tue, 22 Feb 2011)
Log Message:
-----------
security stop fileupdate checking in dealloc
Modified Paths:
--------------
trunk/SKMainDocument.m
Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m 2011-02-22 10:43:24 UTC (rev 7123)
+++ trunk/SKMainDocument.m 2011-02-22 10:46:37 UTC (rev 7124)
@@ -161,6 +161,9 @@
- (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self];
+ // shouldn't need this here, but better be safe
+ [fileUpdateChecker stopCheckingFileUpdates];
+ SKDESTROY(fileUpdateChecker);
SKDESTROY(mainWindowController);
[synchronizer terminate];
[synchronizer setDelegate:nil];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk
Collect, index and harness all the fast moving IT data generated by your
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights.
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit