Mercurial > pidgin.yaz
comparison libpurple/conversation.c @ 32180: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 | 94e1e3ed0bb0 |
children | 9aee8493db7f c0a423e7fea4 |
comparison
equal
deleted
inserted
replaced
32179:6001935e8c62 | 32180:afb58f3ee8f0 |
---|---|
1976 | 1976 |
1977 purple_conv_chat_cb_destroy(cb); | 1977 purple_conv_chat_cb_destroy(cb); |
1978 } | 1978 } |
1979 | 1979 |
1980 g_hash_table_remove_all(chat->users); | 1980 g_hash_table_remove_all(chat->users); |
1981 chat->users = NULL; | |
1982 | 1981 |
1983 g_list_free(users); | 1982 g_list_free(users); |
1984 chat->in_room = NULL; | 1983 chat->in_room = NULL; |
1985 } | 1984 } |
1986 | 1985 |