comparison console/gntblist.c @ 13959:2ae35c0cf616

[gaim-migrate @ 16511] Fix a leak from last commit. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 17 Jul 2006 21:33:50 +0000
parents 6741419af7f7
children 0a0d2a1fd2bc
comparison
equal deleted inserted replaced
13958:6741419af7f7 13959:2ae35c0cf616
477 x += width; 477 x += width;
478 y += top - 1; 478 y += top - 1;
479 479
480 gnt_widget_set_position(window, x, y); 480 gnt_widget_set_position(window, x, y);
481 gnt_widget_draw(window); 481 gnt_widget_draw(window);
482 g_free(title);
482 } 483 }
483 484
484 static void 485 static void
485 draw_tooltip(GGBlist *ggblist) 486 draw_tooltip(GGBlist *ggblist)
486 { 487 {