diff pidgin/gtkimhtml.c @ 20993:d75823791c02

Leak fix.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 19 Oct 2007 02:12:00 +0000
parents 0cbfc19e4909
children 89c7be36fd61 bc47a0388c66
line wrap: on
line diff
--- 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 */