comparison libpurple/protocols/qq/group_im.c @ 24603:4afc4a1c36d8

Fixed double free
author Hu Yong <ccpaging@gmail.com>
date Fri, 31 Oct 2008 07:49:05 +0000
parents f4f29fac96c6
children 6607ebd41053
comparison
equal deleted inserted replaced
24602:6456d3fa7268 24603:4afc4a1c36d8
216 if (conv == NULL && purple_prefs_get_bool("/plugins/prpl/qq/auto_popup_conversation")) { 216 if (conv == NULL && purple_prefs_get_bool("/plugins/prpl/qq/auto_popup_conversation")) {
217 conv = qq_room_conv_open(gc, rmd); 217 conv = qq_room_conv_open(gc, rmd);
218 } 218 }
219 219
220 if (conv == NULL) { 220 if (conv == NULL) {
221 purple_debug_info("QQ", "Conversion of %d is not open, missing from %d:/n%s/v",
222 room_id, uid_from, msg);
221 return; 223 return;
222 } 224 }
223 225
224 if (uid_from != 0) { 226 if (uid_from != 0) {
225 227