# HG changeset patch # User Stu Tomlinson # Date 1105556175 0 # Node ID 1044c0930e03da7c6b4ec8575403f0d68c4ccde8 # Parent 07402c00520c7d1aced1e684721aa1f12c981373 [gaim-migrate @ 11808] Ok, so this leak is still needed to prevent spooky disappearing buddies. committer: Tailor Script diff -r 07402c00520c -r 1044c0930e03 src/gtkblist.c --- a/src/gtkblist.c Wed Jan 12 17:49:33 2005 +0000 +++ b/src/gtkblist.c Wed Jan 12 18:56:15 2005 +0000 @@ -3641,8 +3641,10 @@ * out ever since. I can't find any reason at all why this is bad and * valgrind found several reasons why it's good. If this causes problems * comment it out again. Stu */ + /* Of course it still causes problems - this breaks dragging buddies into + * contacts, the dragged buddy mysteriously 'disappears'. Stu. g_free(node->ui_data); - node->ui_data = NULL; + node->ui_data = NULL; */ } static gboolean do_selection_changed(GaimBlistNode *new_selection)