Skip to content

Commit

Permalink
Just in case: nil the windowController as well
Browse files Browse the repository at this point in the history
  • Loading branch information
GerTeunis committed Dec 25, 2014
1 parent ed31dab commit f4aa484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/CMCrashReporter/CMCrashReporterWindow.m
Expand Up @@ -84,6 +84,7 @@ -(void)windowWillClose:(NSNotification *)notification {
}

[windowController autorelease];
windowController = nil;
}

#pragma mark - IBAction methods
Expand Down

0 comments on commit f4aa484

Please sign in to comment.