Revision: 14746
          http://sourceforge.net/p/skim-app/code/14746
Author:   hofman
Date:     2024-11-26 09:55:52 +0000 (Tue, 26 Nov 2024)
Log Message:
-----------
make sure synchronizer is terminated

Modified Paths:
--------------
    trunk/SKMainDocument.m

Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m      2024-11-25 16:43:23 UTC (rev 14745)
+++ trunk/SKMainDocument.m      2024-11-26 09:55:52 UTC (rev 14746)
@@ -168,7 +168,10 @@
 - (void)dealloc {
     // shouldn't need this here, but better be safe
     if (fileUpdateChecker) {
-        SKENSURE_MAIN_THREAD( [fileUpdateChecker terminate]; );
+        SKENSURE_MAIN_THREAD(
+            [fileUpdateChecker terminate];
+            [synchronizer terminate];
+        );
         fileUpdateChecker = nil;
     }
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to