im.pidgin.pidgin: aed8cc0e2684056309c481d621fdafcd366b7d24

datallah at pidgin.im datallah at pidgin.im
Thu Oct 18 22:15:37 EDT 2007


-----------------------------------------------------------------
Revision: aed8cc0e2684056309c481d621fdafcd366b7d24
Ancestor: 35e02ab2f9968d9b567123e1ba43552597218596
Author: datallah at pidgin.im
Date: 2007-10-19T02:12:00
Branch: im.pidgin.pidgin

Modified files:
        pidgin/gtkimhtml.c

ChangeLog: 

Leak fix.

-------------- next part --------------
============================================================
--- pidgin/gtkimhtml.c	b2106bd24615e4e1df5b5c372160fbfe1058dddc
+++ pidgin/gtkimhtml.c	feec05a5ae4b171653f15e1273eecb7a7b10abce
@@ -553,6 +553,7 @@ gtk_motion_event_notify(GtkWidget *imhtm
 
 	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 */


More information about the Commits mailing list