From: <haw...@us...> - 2008-12-01 15:18:28
|
Revision: 219 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=219&view=rev Author: hawkmoon Date: 2008-12-01 15:18:26 +0000 (Mon, 01 Dec 2008) Log Message: ----------- Applied change for Tracker Item #2354094 Modified Paths: -------------- trunk/PGSQLKit/PGSQLRecordset.m Property Changed: ---------------- trunk/PGSQLKit/ trunk/PGSQLKit/PGSQLKit.xcodeproj/ Property changes on: trunk/PGSQLKit ___________________________________________________________________ Added: svn:ignore + build Property changes on: trunk/PGSQLKit/PGSQLKit.xcodeproj ___________________________________________________________________ Added: svn:ignore + arsatori.mode1v3 arsatori.pbxuser Modified: trunk/PGSQLKit/PGSQLRecordset.m =================================================================== --- trunk/PGSQLKit/PGSQLRecordset.m 2008-11-20 01:20:30 UTC (rev 218) +++ trunk/PGSQLKit/PGSQLRecordset.m 2008-12-01 15:18:26 UTC (rev 219) @@ -230,6 +230,7 @@ } } NSDictionary *result = [[[NSDictionary alloc] initWithDictionary:dict] autorelease]; + [dict release]; return result; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |