Revision: 7111 http://skim-app.svn.sourceforge.net/skim-app/?rev=7111&view=rev Author: hofman Date: 2011-02-16 13:33:26 +0000 (Wed, 16 Feb 2011)
Log Message: ----------- don't assign singleton instance twice Modified Paths: -------------- trunk/SKBookmarkController.m Modified: trunk/SKBookmarkController.m =================================================================== --- trunk/SKBookmarkController.m 2011-02-16 13:24:58 UTC (rev 7110) +++ trunk/SKBookmarkController.m 2011-02-16 13:33:26 UTC (rev 7111) @@ -104,7 +104,7 @@ + (id)sharedBookmarkController { if (sharedBookmarkController == nil) - sharedBookmarkController = [[self alloc] init]; + [[[self alloc] init] release]; return sharedBookmarkController; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit