diff src/gtkblist.c @ 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 e63fb8e9f4ac
children 60cce1861e59
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;
 }