pidgin: e6d71946: Fix a stupid mistake in the previous com...

datallah at pidgin.im datallah at pidgin.im
Sun Jul 27 18:51:09 EDT 2008


-----------------------------------------------------------------
Revision: e6d719466aabdf9193fa5a1be424bc651b35e0e0
Ancestor: 15e75311f3c17e8f6415b5402bd75382239031d0
Author: datallah at pidgin.im
Date: 2008-07-27T22:46:49
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e6d719466aabdf9193fa5a1be424bc651b35e0e0

Modified files:
        libpurple/protocols/jabber/jabber.c

ChangeLog: 

Fix a stupid mistake in the previous commit.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c	3a2f2be65d204fb20ab6f34b6ef55ea578c61d1f
+++ libpurple/protocols/jabber/jabber.c	e356e87928f7a97c9239f0177d451c6b860d3502
@@ -1362,11 +1362,11 @@ void jabber_close(PurpleConnection *gc)
 	if (js->keepalive_timeout != -1)
 		purple_timeout_remove(js->keepalive_timeout);
 
-	g_free(js);
-
 	g_free(js->srv_rec);
 	js->srv_rec = NULL;
 
+	g_free(js);
+
 	gc->proto_data = NULL;
 }
 


More information about the Commits mailing list