summaryrefslogtreecommitdiff
path: root/extra/pidgin/ticket-14351-multiple-display-of-room-members.patch
blob: bf09668913d529d80354e6452f8c3f17a3f77437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#
# patch "libpurple/conversation.c"
#  from [cd6817f4863abafef969359f65cc025f9483b401]
#    to [19aac10ceebae1ee28788b6f0c02bcfcff0c8803]
#
============================================================
--- libpurple/conversation.c	cd6817f4863abafef969359f65cc025f9483b401
+++ libpurple/conversation.c	19aac10ceebae1ee28788b6f0c02bcfcff0c8803
@@ -1978,7 +1978,6 @@ purple_conv_chat_clear_users(PurpleConvC
 	}
 
 	g_hash_table_remove_all(chat->users);
-	chat->users = NULL;
 
 	g_list_free(users);
 	chat->in_room = NULL;