aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPQueryController.m')
-rw-r--r--Source/SPQueryController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m
index e1c85e68..c8906477 100644
--- a/Source/SPQueryController.m
+++ b/Source/SPQueryController.m
@@ -777,6 +777,7 @@ static SPQueryController *sharedQueryController = nil;
- (void)dealloc
{
messagesVisibleSet = nil;
+ [NSObject cancelPreviousPerformRequestsWithTarget:self];
[dateFormatter release], dateFormatter = nil;