changeset 31722:afb58f3ee8f0

conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.
author Paul Aurich <paul@darkrain42.org>
date Mon, 27 Jun 2011 07:01:10 +0000
parents 6001935e8c62
children f8cc6922b296
files libpurple/conversation.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/conversation.c	Mon Jun 27 05:36:22 2011 +0000
+++ b/libpurple/conversation.c	Mon Jun 27 07:01:10 2011 +0000
@@ -1978,7 +1978,6 @@
 	}
 
 	g_hash_table_remove_all(chat->users);
-	chat->users = NULL;
 
 	g_list_free(users);
 	chat->in_room = NULL;