adium-1.4 3417:8fe484efd944: Fixed 2 more mem leaks in AIListOut...
commits at adium.im
commits at adium.im
Sun Mar 13 14:53:00 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/8fe484efd944
revision: 3417:8fe484efd944
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Sun Mar 13 01:42:56 2011 +0200
Fixed 2 more mem leaks in AIListOutlineView. #15047
diffs (14 lines):
diff -r 1dba1cd41acb -r 8fe484efd944 Frameworks/Adium Framework/Source/AIListOutlineView.m
--- a/Frameworks/Adium Framework/Source/AIListOutlineView.m Sun Mar 13 15:49:54 2011 +0100
+++ b/Frameworks/Adium Framework/Source/AIListOutlineView.m Sun Mar 13 01:42:56 2011 +0200
@@ -88,8 +88,10 @@
[backgroundImage release];
[backgroundColor release];
+ [_backgroundColorWithOpacity release];
[highlightColor release];
[rowColor release];
+ [_rowColorWithOpacity release];
[self unregisterDraggedTypes];
[[NSNotificationCenter defaultCenter] removeObserver:self];
More information about the commits
mailing list