Revision: 27929
          http://sourceforge.net/p/bibdesk/svn/27929
Author:   hofman
Date:     2022-09-25 21:19:05 +0000 (Sun, 25 Sep 2022)
Log Message:
-----------
autorelease copy of dictionary

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

Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m      2022-09-25 15:07:24 UTC (rev 27928)
+++ trunk/bibdesk/BDSKServerInfo.m      2022-09-25 21:19:05 UTC (rev 27929)
@@ -250,7 +250,7 @@
 - (NSDictionary *)optionsWithoutPassword {
     if ([self isZoom] == NO && [options count] == 0)
         return nil;
-    NSMutableDictionary *opts = [options mutableCopy];
+    NSMutableDictionary *opts = [[options mutableCopy] autorelease];
     [opts removeObjectForKey:PASSWORD_KEY];
     return opts;
 }

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