changeset 12649:773f694e83bf

[gaim-migrate @ 14987] I'm pretty sure this is what valgrind was just telling me was leaking in creating tooltips, it certainly doesn't seem to affect showing tooltips, but it's late and I'm tired so if I'm wrong that's my excuse. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 24 Dec 2005 08:10:32 +0000
parents f293c4b3974f
children 2926e3c3185e
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Sat Dec 24 03:23:13 2005 +0000
+++ b/src/gtkblist.c	Sat Dec 24 08:10:32 2005 +0000
@@ -2145,6 +2145,7 @@
 		td->height = MAX(td->height, gdk_pixbuf_get_height(td->avatar) + 8);
 	}
 
+	g_free(tooltip_text);
 	return td;
 }