comparison 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
comparison
equal deleted inserted replaced
12648:f293c4b3974f 12649:773f694e83bf
2143 td->avatar_width = gdk_pixbuf_get_width(td->avatar); 2143 td->avatar_width = gdk_pixbuf_get_width(td->avatar);
2144 td->width += td->avatar_width + 8; 2144 td->width += td->avatar_width + 8;
2145 td->height = MAX(td->height, gdk_pixbuf_get_height(td->avatar) + 8); 2145 td->height = MAX(td->height, gdk_pixbuf_get_height(td->avatar) + 8);
2146 } 2146 }
2147 2147
2148 g_free(tooltip_text);
2148 return td; 2149 return td;
2149 } 2150 }
2150 2151
2151 static void gaim_gtk_blist_paint_tip(GtkWidget *widget, GdkEventExpose *event, GaimBlistNode *node) 2152 static void gaim_gtk_blist_paint_tip(GtkWidget *widget, GdkEventExpose *event, GaimBlistNode *node)
2152 { 2153 {