[57073] users/toby/objcports/MPConfig.m

toby at macports.org toby at macports.org
Sat Sep 5 23:14:39 PDT 2009


Revision: 57073
          http://trac.macports.org/changeset/57073
Author:   toby at macports.org
Date:     2009-09-05 23:14:36 -0700 (Sat, 05 Sep 2009)
Log Message:
-----------
leak

Modified Paths:
--------------
    users/toby/objcports/MPConfig.m

Modified: users/toby/objcports/MPConfig.m
===================================================================
--- users/toby/objcports/MPConfig.m	2009-09-06 06:03:16 UTC (rev 57072)
+++ users/toby/objcports/MPConfig.m	2009-09-06 06:14:36 UTC (rev 57073)
@@ -75,6 +75,8 @@
 					v = @"";
 				}
 				[_config setObject:v forKey:k];
+				[k release];
+				[v release];
 			}
 		}
 		fclose(fp);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090905/fe4c4314/attachment.html>


More information about the macports-changes mailing list