diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPWindowController.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPWindowController.m b/Source/SPWindowController.m index ed538312..7e461177 100644 --- a/Source/SPWindowController.m +++ b/Source/SPWindowController.m @@ -101,6 +101,9 @@ enum { { [[NSNotificationCenter defaultCenter] removeObserver:self]; + // Tear down the animations on the tab bar to stop redraws + [tabBar destroyAnimations]; + [managedDatabaseConnections release]; [super dealloc]; |