changeset 2451:f89313102962

[gaim-migrate @ 2464] this was fvcking stupid committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 08 Oct 2001 20:30:45 +0000
parents 59bac9b1a716
children 824e1afefdd3
files src/protocols/yahoo/conn.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/conn.c	Mon Oct 08 15:07:42 2001 +0000
+++ b/src/protocols/yahoo/conn.c	Mon Oct 08 20:30:45 2001 +0000
@@ -272,9 +272,9 @@
 {
 	if (!session)
 		return 0;
+	yahoo_logoff(session);
 	if (session->name)
 		g_free(session->name);
-	yahoo_logoff(session);
 	session->name = NULL;
 	while (session->connlist)
 		yahoo_close(session, session->connlist->data);