adium 5505:a243fe8581d8: Fix an overrelease of the emoticon menu...

commits at adium.im commits at adium.im
Sun May 19 20:58:12 UTC 2013


details:	http://hg.adium.im/adium/rev/a243fe8581d8
revision:	5505:a243fe8581d8
branch:		adium-1.6
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Sun May 19 22:57:19 2013 +0200

Fix an overrelease of the emoticon menu image. Quite sure this fixes #16383

diffs (11 lines):

diff -r 7f22572f0ffc -r a243fe8581d8 Frameworks/Adium Framework/Source/AIMessageEntryTextView.m
--- a/Frameworks/Adium Framework/Source/AIMessageEntryTextView.m	Wed May 15 12:30:12 2013 -0400
+++ b/Frameworks/Adium Framework/Source/AIMessageEntryTextView.m	Sun May 19 22:57:19 2013 +0200
@@ -1805,7 +1805,6 @@
 		
 		[emoticonsMenuButton setAlternateImage:alternateMenuIcon];
 		
-		[emoticonsMenuIcon release];
 		[alternateMenuIcon release];
 
 		// Register for notifications




More information about the commits mailing list