Ensure processCommandQueueDidFinish: gets called if exception is raised

This commit is contained in:
Bjorn Winckler
2008-06-07 14:33:05 +02:00
parent 2fa74c01aa
commit 321fdf61aa
+1 -2
View File
@@ -547,13 +547,12 @@ static NSTimeInterval MMResendInterval = 0.5;
[self handleMessage:msgid data:data];
}
//NSLog(@"======== %s END ========", _cmd);
[windowController processCommandQueueDidFinish];
}
@catch (NSException *e) {
NSLog(@"Exception caught whilst processing command queue: %@", e);
}
[windowController processCommandQueueDidFinish];
inProcessCommandQueue = NO;
if ([sendQueue count] > 0) {