Fixed memory leaks

Removed obsolete CreationViewController references
This commit is contained in:
michael starke
2013-06-26 03:50:23 +02:00
parent 84485d7233
commit 17f2155aa4
13 changed files with 41 additions and 17 deletions

View File

@@ -69,6 +69,7 @@ enum {
- (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self];
[_activePopover release];
[_attachmentsController release];
[super dealloc];
}