From e935c634e4691be05787c201caf9eaa1a9d99fe3 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 19 May 2010 22:40:06 +0000 Subject: - Fix a singleton proprty release in SPGrowlController's -release method; avoids overrelease and memory trampling. Thanks to Towny for spotting this; addresses Issue #692 and http://spbug.com/l/411 --- Source/SPGrowlController.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Source') diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m index a92dbdda..b4f84780 100644 --- a/Source/SPGrowlController.m +++ b/Source/SPGrowlController.m @@ -77,10 +77,7 @@ static SPGrowlController *sharedGrowlController = nil; - (id)autorelease { return self; } -- (void)release -{ - if (timingNotificationName) [timingNotificationName release]; -} +- (void)release { } /** * Posts a Growl notification using the supplied details and default values. -- cgit v1.2.3