From f4aa484a55570530bb2bdc40da3596bcfecdde21 Mon Sep 17 00:00:00 2001 From: Ger Teunis Date: Thu, 25 Dec 2014 11:56:46 +0100 Subject: [PATCH] Just in case: nil the windowController as well --- framework/CMCrashReporter/CMCrashReporterWindow.m | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CMCrashReporter/CMCrashReporterWindow.m b/framework/CMCrashReporter/CMCrashReporterWindow.m index f4ae19e..2a5c9ec 100644 --- a/framework/CMCrashReporter/CMCrashReporterWindow.m +++ b/framework/CMCrashReporter/CMCrashReporterWindow.m @@ -84,6 +84,7 @@ -(void)windowWillClose:(NSNotification *)notification { } [windowController autorelease]; + windowController = nil; } #pragma mark - IBAction methods