From 5a6d0f17bbf6b09463b908182dc2cbb112a0c6cb Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 15 Mar 2010 00:15:23 +0000 Subject: Following a manual code review, fix some local variables overriding global variables, a few leaks, and additional nil setting/checking to prevent overreleases or releases of random areas of memory. --- Source/SPAppController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPAppController.m') diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 5a515f02..23379761 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -67,6 +67,7 @@ [[SUUpdater sharedUpdater] setDelegate:self]; prefsController = [[SPPreferenceController alloc] init]; + aboutController = nil; // Register SPAppController as services provider [NSApp setServicesProvider:self]; -- cgit v1.2.3