Mercurial > pidgin.yaz
changeset 27583:2a19181b41fa
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.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 12 Jul 2009 04:35:04 +0000 |
parents | 9339ffc62768 |
children | 95c56191d26c |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Sun Jul 12 03:46:54 2009 +0000 +++ b/pidgin/gtkconv.c Sun Jul 12 04:35:04 2009 +0000 @@ -3293,7 +3293,7 @@ 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); } } }