gaim/gaim

39babfdd541b
Parents 7c3accdf5737
Children 911fc232e6dd
Ok, so this leak is still needed to prevent spooky disappearing buddies.
--- a/src/gtkblist.c Wed Jan 12 12:47:42 2005 -0500
+++ b/src/gtkblist.c Wed Jan 12 13:55:54 2005 -0500
@@ -3531,8 +3531,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)