mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
Fixed crash that occurred while reopening a document after closing another one
This commit is contained in:
@@ -115,6 +115,8 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
|
||||
self.entryArrayController = nil;
|
||||
self.filteredEntries = nil;
|
||||
self.filterBar = nil;
|
||||
|
||||
Reference in New Issue
Block a user