Revision: 22483
          http://sourceforge.net/p/bibdesk/svn/22483
Author:   hofman
Date:     2018-08-07 11:48:24 +0000 (Tue, 07 Aug 2018)
Log Message:
-----------
autorelease template array to be replaced, because 10.13.6 crashes otherwise

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

Modified: trunk/bibdesk/BibPref_Export.m
===================================================================
--- trunk/bibdesk/BibPref_Export.m      2018-08-07 06:30:27 UTC (rev 22482)
+++ trunk/bibdesk/BibPref_Export.m      2018-08-07 11:48:24 UTC (rev 22483)
@@ -127,7 +127,7 @@
 - (void)setItemNodes:(NSArray *)array;
 {
     if(array != itemNodes){
-        [itemNodes release];
+        [itemNodes autorelease];
         itemNodes = [array mutableCopy];
     }
 }

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to