diff libpurple/protocols/qq/qq_network.c @ 24148:1bdf7b602684

2008.10.07 - ccpaging <ccpaging(at)gmail.com> * Update qun conversation * Drop group_conv.c and group_conv.h
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:58:32 +0000
parents 619ac2303c46
children 237e5a94e11c
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq_network.c	Wed Oct 22 14:55:09 2008 +0000
+++ b/libpurple/protocols/qq/qq_network.c	Wed Oct 22 14:58:32 2008 +0000
@@ -1040,8 +1040,8 @@
 	qd->my_ip.s_addr = 0;
 	qd->my_port = 0;
 
-	qq_group_free_all(qd);
-	qq_buddies_list_free(gc->account, qd);
+	qq_group_free_all(gc);
+	qq_buddy_data_free_all(gc);
 }
 
 static gint packet_encap(qq_data *qd, guint8 *buf, gint maxlen, guint16 cmd, guint16 seq,