Revision: 28229
          http://sourceforge.net/p/bibdesk/svn/28229
Author:   hofman
Date:     2023-04-20 13:49:31 +0000 (Thu, 20 Apr 2023)
Log Message:
-----------
make sure tetask is terminated after finishing

Modified Paths:
--------------
    trunk/bibdesk/BDSKItemPasteboardHelper.m

Modified: trunk/bibdesk/BDSKItemPasteboardHelper.m
===================================================================
--- trunk/bibdesk/BDSKItemPasteboardHelper.m    2023-04-20 13:43:54 UTC (rev 
28228)
+++ trunk/bibdesk/BDSKItemPasteboardHelper.m    2023-04-20 13:49:31 UTC (rev 
28229)
@@ -379,6 +379,7 @@
             }
         }
         [dict setObject:result ?: [NSData data] forKey:TEXTASKRESULT_KEY];
+        [texTask terminate];
         [texTasks removeObjectForKey:pbName];
     } else {
         [texTask terminate];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to