diff options
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 869bd35c..7e84a7f0 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -125,7 +125,8 @@ } - (void) dealloc -{ +{ + [prefs removeObserver:self forKeyPath:SPFavorites]; [keychain release]; [prefs release]; if (favorites) [favorites release]; |