adium/adium

Parents 53975b9cbd27
Children ba261521004d
I don't know if this can actually still happen, but in case the _remainingLogs ends up being postive while the localLogSet is empty, end the loop anyway.

Refs #15984
--- a/Source/AILoggerPlugin.m Sun Jun 24 01:47:47 2012 +0200
+++ b/Source/AILoggerPlugin.m Mon Jun 25 02:08:16 2012 +0200
@@ -1566,6 +1566,9 @@
}
CFRelease(searchIndex);
}));
+ } else {
+ [pool release];
+ break;
}
[pool release]; pool = nil;
}