changeset 10510:1044c0930e03

[gaim-migrate @ 11808] Ok, so this leak is still needed to prevent spooky disappearing buddies. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 12 Jan 2005 18:56:15 +0000
parents 07402c00520c
children 83736fc2ea50
files src/gtkblist.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)