diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-19 22:52:54 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-19 22:52:54 +0000 |
commit | f5bbd06bdfb991fec371e9e56f8a52cb6b2b2ae4 (patch) | |
tree | 9199ad9384df27abfbd58c4a49764408abfc2b12 /Source | |
parent | d6732de9cdc5d227d2cb1605679d62a310f68f4d (diff) | |
download | sequelpro-f5bbd06bdfb991fec371e9e56f8a52cb6b2b2ae4.tar.gz sequelpro-f5bbd06bdfb991fec371e9e56f8a52cb6b2b2ae4.tar.bz2 sequelpro-f5bbd06bdfb991fec371e9e56f8a52cb6b2b2ae4.zip |
Remember to release the about controller.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPAppController.m | 1 |
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]; } |