adium 4252:65c4e3211c06: Correct two bracketing typos.
commits at adium.im
commits at adium.im
Tue Oct 25 21:52:02 UTC 2011
details: http://hg.adium.im/adium/rev/65c4e3211c06
revision: 4252:65c4e3211c06
branch: (none)
author: Frank Dowsett <wixardy at adium.im>
date: Tue Oct 25 17:49:37 2011 -0400
Correct two bracketing typos.
Subject: adium 4253:487576f74e86: Patch from kbotc to fix a leak in animated buddy icons.
details: http://hg.adium.im/adium/rev/487576f74e86
revision: 4253:487576f74e86
branch: (none)
author: Frank Dowsett <wixardy at adium.im>
date: Tue Oct 25 17:50:45 2011 -0400
Patch from kbotc to fix a leak in animated buddy icons.
diffs (34 lines):
diff -r 8c28aa76cad0 -r 487576f74e86 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Tue Oct 25 01:22:42 2011 -0700
+++ b/ChangeLogs/Changes.txt Tue Oct 25 17:50:45 2011 -0400
@@ -11,7 +11,7 @@
Address Book integration
* Use a token field to specify the format to use for names imported from the Address Book. (#7394)
- * Added support for Facebook. (kbotc) (#137559
+ * Added support for Facebook. (kbotc) (#13755)
Authorization Requests
* First entry in the list is now auto-selected.
@@ -92,7 +92,7 @@
* Allow overriding the 140 character limit for StatusNet. (kbotc, brion) (#13485)
XMPP
- * Added support for supported characters in Jabber IDs. (Marc Kalmes) (#13099(
+ * Added support for supported characters in Jabber IDs. (Marc Kalmes) (#13099)
Xtras
* Added version numbers for Xtras to Xtras Manager. (Ariel Chinn) (#11285)
diff -r 8c28aa76cad0 -r 487576f74e86 Frameworks/AIUtilities Framework/Source/AIImageDrawingAdditions.m
--- a/Frameworks/AIUtilities Framework/Source/AIImageDrawingAdditions.m Tue Oct 25 01:22:42 2011 -0700
+++ b/Frameworks/AIUtilities Framework/Source/AIImageDrawingAdditions.m Tue Oct 25 17:50:45 2011 -0400
@@ -151,6 +151,9 @@
// Write GIF Extension Blocks
[self writeGIFExtensionBlocksInData:GIFRepresentationData forRepresenation:(NSBitmapImageRep *)bestRep];
+ //You must release before you re-allocate. The data is retained in an autorelease loop in the images array.
+ [newImage release];
+
newImage = [[NSImage alloc] initWithData:GIFRepresentationData];
} else {
[newImage lockFocus];
More information about the commits
mailing list