From 76a070a62a076481dddfb5e5a7d8ca6de5ea64a4 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 14 Mar 2012 22:07:03 +0000 Subject: More bugfixes to the SPMySQL integration branch: - Fix background database structure checks throwing exceptions at the end of certain table operations - Fix incorrect timer access/overrelease when closing a SPNarrowDownCompletion window when database structure fetching is active --- Source/SPNarrowDownCompletion.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPNarrowDownCompletion.m') diff --git a/Source/SPNarrowDownCompletion.m b/Source/SPNarrowDownCompletion.m index 79deb013..5fbeaf39 100644 --- a/Source/SPNarrowDownCompletion.m +++ b/Source/SPNarrowDownCompletion.m @@ -178,10 +178,12 @@ if (stateTimer != nil) { [stateTimer invalidate]; [stateTimer release]; + stateTimer = nil; } closeMe = YES; [theView setCompletionIsOpen:NO]; + [super close]; } -- cgit v1.2.3