Revision: 13887
          http://sourceforge.net/p/skim-app/code/13887
Author:   hofman
Date:     2023-12-11 17:12:38 +0000 (Mon, 11 Dec 2023)
Log Message:
-----------
use SKDestroy instead of SKCFDestroy

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

Modified: trunk/SKConversionProgressController.m
===================================================================
--- trunk/SKConversionProgressController.m      2023-12-11 16:59:52 UTC (rev 
13886)
+++ trunk/SKConversionProgressController.m      2023-12-11 17:12:38 UTC (rev 
13887)
@@ -117,7 +117,7 @@
 }
 
 - (void)dealloc {
-    SKCFDESTROY(fileType);
+    SKDESTROY(fileType);
     SKCFDESTROY(converter);
     SKDESTROY(outputFileURL);
     SKDESTROY(outputData);

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