aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPWindowController.m')
-rw-r--r--Source/SPWindowController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPWindowController.m b/Source/SPWindowController.m
index 6edbb684..0666f1a7 100644
--- a/Source/SPWindowController.m
+++ b/Source/SPWindowController.m
@@ -537,7 +537,7 @@ enum {
// Tear down the animations on the tab bar to stop redraws
[tabBar destroyAnimations];
- [managedDatabaseConnections release];
+ SPClear(managedDatabaseConnections);
[super dealloc];
}