Fixed crash that occurred while reopening a document after closing another one

This commit is contained in:
michael starke
2013-05-18 01:50:09 +02:00
parent 8a21b194df
commit 130a14de54
3 changed files with 4 additions and 2 deletions

View File

@@ -115,6 +115,8 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
}
- (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self];
self.entryArrayController = nil;
self.filteredEntries = nil;
self.filterBar = nil;