im.pidgin.pidgin: b333341f6378ae4dd218754778c5b2cf3d8ccd6e
datallah at pidgin.im
datallah at pidgin.im
Sun Oct 14 22:15:43 EDT 2007
-----------------------------------------------------------------
Revision: b333341f6378ae4dd218754778c5b2cf3d8ccd6e
Ancestor: e0d7d8465636b82e616edccf6ee08eba0e43445c
Author: datallah at pidgin.im
Date: 2007-10-15T02:12:29
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkconv.c
ChangeLog:
Prevent the rest of the list being leaked.
-------------- next part --------------
============================================================
--- pidgin/gtkconv.c 757d8661206daf66a12999aa1587baf38b40564c
+++ pidgin/gtkconv.c 48a543bd06d14819b3fda0cb30363389e8d2856e
@@ -3524,6 +3524,7 @@ update_send_to_selection(PidginWindow *w
if (b == item_buddy) {
gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(item), TRUE);
+ g_list_free(child);
break;
}
}
More information about the Commits
mailing list