adium 4145:d57b92083508: I was told this means less leaking.
commits at adium.im
commits at adium.im
Mon Aug 15 23:39:13 UTC 2011
details: http://hg.adium.im/adium/rev/d57b92083508
revision: 4145:d57b92083508
branch: (none)
author: Robert Vehse
date: Tue Aug 16 01:39:04 2011 +0200
I was told this means less leaking.
diffs (11 lines):
diff -r 683b066ed8e9 -r d57b92083508 Source/AILoggerPlugin.m
--- a/Source/AILoggerPlugin.m Mon Aug 15 23:21:51 2011 +0200
+++ b/Source/AILoggerPlugin.m Tue Aug 16 01:39:04 2011 +0200
@@ -333,6 +333,7 @@
dispatch_release(activeAppendersMutationQueue); activeAppendersMutationQueue = nil;
dispatch_release(logIndexingGroup); logIndexingGroup = nil;
dispatch_release(closingIndexGroup); closingIndexGroup = nil;
+ dispatch_release(addToSearchKitQueue); addToSearchKitQueue = nil;
dispatch_release(logAppendingGroup); logAppendingGroup = nil;
dispatch_release(ioQueue); ioQueue = nil;
dispatch_release(jobSemaphore); jobSemaphore = nil;
More information about the commits
mailing list