Skip to content

Commit

Permalink
Release memory after the NSWindow closes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerTeunis committed Dec 25, 2014
1 parent f6972cb commit ed31dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/CMCrashReporter/CMCrashReporterWindow.m
Expand Up @@ -82,6 +82,8 @@ -(void)windowWillClose:(NSNotification *)notification {
[self removeCrashLog:mPaths[i]];
}
}

[windowController autorelease];
}

#pragma mark - IBAction methods
Expand Down

0 comments on commit ed31dab

Please sign in to comment.