# HG changeset patch # User Etan Reisner # Date 1135411832 0 # Node ID 773f694e83bf173866dc7e58b55763c5e52fc06a # Parent f293c4b3974f565218ea6e90c9165d7377a49961 [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 diff -r f293c4b3974f -r 773f694e83bf src/gtkblist.c --- 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; }