pidgin: 07874856: Fix a crash relating to the actual freei...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Sun Jul 12 01:55:43 EDT 2009
-----------------------------------------------------------------
Revision: 078748563cc7be3194dc98c4f09ca4172800e1d8
Ancestor: 92880d757d89fb508585e8dc8a9f412262ef2ef7
Author: darkrain42 at pidgin.im
Date: 2009-07-12T04:35:04
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/078748563cc7be3194dc98c4f09ca4172800e1d8
Modified files:
pidgin/gtkconv.c
ChangeLog:
Fix a crash relating to the actual freeing of the buddy list stuff.
If these keep cropping up, it /might/ make sense to move
purple_blist_uninit further down.
-------------- next part --------------
============================================================
--- pidgin/gtkconv.c ed74eaf2e46aba148478a63bccd697206294c896
+++ pidgin/gtkconv.c bb9ecbfee6d3ab808fe9eb9bb0ccb0a5de0447f2
@@ -3293,7 +3293,7 @@ populate_menu_with_options(GtkWidget *me
purple_blist_node_set_flags((PurpleBlistNode *)buddy,
PURPLE_BLIST_NODE_FLAG_NO_SAVE);
g_object_set_data_full(G_OBJECT(gtkconv->imhtml), "transient_buddy",
- buddy, (GDestroyNotify)purple_blist_remove_buddy);
+ buddy, (GDestroyNotify)purple_buddy_destroy);
}
}
}
More information about the Commits
mailing list