patch from QuLogic, references #4875 khc.msnp15

Wed, 14 May 2008 05:06:29 +0000

author
Ka-Hing Cheung <khc@pidgin.im>
date
Wed, 14 May 2008 05:06:29 +0000
branch
khc.msnp15
changeset 23775
b99873683821
parent 23774
032236e2eb9e
child 23776
7c9016406cf1

patch from QuLogic, references #4875

libpurple/protocols/msn/soap2.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/soap2.c	Wed May 14 04:39:54 2008 +0000
+++ b/libpurple/protocols/msn/soap2.c	Wed May 14 05:06:29 2008 +0000
@@ -401,10 +401,8 @@
 				message->xml = node;
 
 				if (!msn_soap_handle_body(conn, message)) {
-					msn_soap_message_destroy(message);
 					return;
 				}
-				msn_soap_message_destroy(message);
 			}
 
 			msn_soap_connection_handle_next(conn);

mercurial