changeset 23493:bac263f5afe7

propagate from branch 'im.pidgin.pidgin' (head a010c035a70dfe57b673c5c5564b4aff8cc1d400) to branch 'im.pidgin.pidgin.khc.msnp15' (head 412db710b0ee4469fc530b2d75c495c1c08c0da4)
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 26 Dec 2007 02:01:28 +0000
parents 72aa2ccad28d (current diff) fc060adb7178 (diff)
children 8315e4604226
files libpurple/protocols/msn/soap2.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/soap2.c	Wed Dec 26 01:22:00 2007 +0000
+++ b/libpurple/protocols/msn/soap2.c	Wed Dec 26 02:01:28 2007 +0000
@@ -170,6 +170,9 @@
 {
 	MsnSoapConnection *conn = data;
 
+	/* sslconn already frees the connection in case of error */
+	conn->ssl = NULL;
+
 	g_hash_table_remove(conn->session->soap_table, conn->host);
 }