Revision: 16537
Author: thekingant
Date: 2006-07-22 11:11:34 -0700 (Sat, 22 Jul 2006)
ViewCVS: http://svn.sourceforge.net/gaim/?rev=16537&view=rev
Log Message:
-----------
Hopefully prevent an assertion failure when you lose your connection
to MSN.
Modified Paths:
--------------
trunk/src/protocols/msn/servconn.c
Modified: trunk/src/protocols/msn/servconn.c
===================================================================
--- trunk/src/protocols/msn/servconn.c 2006-07-22 11:44:46 UTC (rev 16536)
+++ trunk/src/protocols/msn/servconn.c 2006-07-22 18:11:34 UTC (rev 16537)
@@ -125,6 +125,8 @@
const char *names[] = { "Notification", "Switchboard" };
const char *name;
+ msn_servconn_disconnect(servconn);
+
name = names[servconn->type];
switch (error)
@@ -156,8 +158,6 @@
swboard->error = MSN_SB_ERROR_CONNECTION;
}
- msn_servconn_disconnect(servconn);
-
g_free(tmp);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|