# HG changeset patch # User Daniel Atallah # Date 1192759920 0 # Node ID d75823791c0247fd22a835ac258b1c43566e2af1 # Parent 758d10b409a5018340b41186847b955014475eb9 Leak fix. diff -r 758d10b409a5 -r d75823791c02 pidgin/gtkimhtml.c --- a/pidgin/gtkimhtml.c Fri Oct 19 01:42:52 2007 +0000 +++ b/pidgin/gtkimhtml.c Fri Oct 19 02:12:00 2007 +0000 @@ -553,6 +553,7 @@ if (GTK_IMHTML(imhtml)->tip) { if ((tip == GTK_IMHTML(imhtml)->tip)) { + g_slist_free(tags); return FALSE; } /* We've left the cell. Remove the timeout and create a new one below */