Revision: 22441
          http://sourceforge.net/p/bibdesk/svn/22441
Author:   hofman
Date:     2018-07-19 21:56:02 +0000 (Thu, 19 Jul 2018)
Log Message:
-----------
copy string

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

Modified: trunk/bibdesk/BDSKFormatStringFormatter.m
===================================================================
--- trunk/bibdesk/BDSKFormatStringFormatter.m   2018-07-19 21:13:36 UTC (rev 
22440)
+++ trunk/bibdesk/BDSKFormatStringFormatter.m   2018-07-19 21:56:02 UTC (rev 
22441)
@@ -82,7 +82,7 @@
         [BDSKFormatParser validateFormat:&obj attributedFormat:&attrString 
forField:parseField error:&errorString];
     
         [string release];
-        string = [obj retain];
+        string = [obj copy];
         [attributedString release];
         attributedString = [attrString retain];
         [formatError release];

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