pidgin.vv: f33aa51d: Free the session as well on error.

maiku at soc.pidgin.im maiku at soc.pidgin.im
Thu Feb 5 20:20:34 EST 2009


-----------------------------------------------------------------
Revision: f33aa51d677e3a775ee19c0d45b1935229f3f279
Ancestor: 0f4131363b19bda7e1e7974be6410c5c5247466d
Author: maiku at soc.pidgin.im
Date: 2009-02-05T23:54:35
Branch: im.pidgin.pidgin.vv
URL: http://d.pidgin.im/viewmtn/revision/info/f33aa51d677e3a775ee19c0d45b1935229f3f279

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

ChangeLog: 

Free the session as well on error.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/rtp.c	be2e379dc44a93ba63bbd1b5b307389a7d1ef9c9
+++ libpurple/protocols/jabber/jingle/rtp.c	fa5b563b7a59cd2c1a697e8c2d933eb10dcbf88e
@@ -306,6 +306,7 @@ jingle_rtp_initiate_ack_cb(JabberStream 
 		g_hash_table_remove(jingle_session_get_js(
 				session)->medias, sid);
 		g_free(sid);
+		g_object_unref(session);
 		return;
 	}
 


More information about the Commits mailing list