From: <the...@us...> - 2006-08-02 16:47:59
|
Revision: 16619 Author: thekingant Date: 2006-08-02 09:47:55 -0700 (Wed, 02 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16619&view=rev Log Message: ----------- Revert SVN revision #16537, which should fix bug #1527828 ViewCVS Links: ------------- http://svn.sourceforge.net/gaim/?rev=16537&view=rev Modified Paths: -------------- trunk/src/protocols/msn/servconn.c Modified: trunk/src/protocols/msn/servconn.c =================================================================== --- trunk/src/protocols/msn/servconn.c 2006-08-02 15:35:36 UTC (rev 16618) +++ trunk/src/protocols/msn/servconn.c 2006-08-02 16:47:55 UTC (rev 16619) @@ -125,8 +125,6 @@ const char *names[] = { "Notification", "Switchboard" }; const char *name; - msn_servconn_disconnect(servconn); - name = names[servconn->type]; switch (error) @@ -158,6 +156,8 @@ 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. |