adium 3733:42dcf07091ca: Fixed 2 more mem leaks in AIListOutline...

commits at adium.im commits at adium.im
Sun Mar 13 14:53:07 UTC 2011


details:	http://hg.adium.im/adium/rev/42dcf07091ca
revision:	3733:42dcf07091ca
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sun Mar 13 01:30:08 2011 +0200

Fixed 2 more mem leaks in AIListOutlineView. #15047

diffs (14 lines):

diff -r 98e55e5f1ba3 -r 42dcf07091ca Frameworks/Adium Framework/Source/AIListOutlineView.m
--- a/Frameworks/Adium Framework/Source/AIListOutlineView.m	Fri Mar 11 21:13:17 2011 -0600
+++ b/Frameworks/Adium Framework/Source/AIListOutlineView.m	Sun Mar 13 01:30:08 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