aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPAppController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index 86c5fe38..89574f04 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -616,6 +616,7 @@
- (void)dealloc
{
[prefsController release], prefsController = nil;
+ [aboutController release], aboutController = nil;
[super dealloc];
}