Mercurial > pidgin.yaz
changeset 23508:06b491a23d19
patch from QuLogic, references #4875
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Wed, 14 May 2008 05:06:29 +0000 |
parents | 0a762c2271ac |
children | 1ac5faa72c8d |
files | libpurple/protocols/msn/soap2.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);