pidgin: a3776844: Leaking the B cookie is bad.

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Apr 10 15:50:27 EDT 2010


-----------------------------------------------------------------
Revision: a37768446021f7c7e2905dc4f78c57f69676c381
Ancestor: 1966ed867201dcd9307580f8b67ae7c8cbff5b19
Author: rekkanoryo at pidgin.im
Date: 2010-04-10T19:45:47
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a37768446021f7c7e2905dc4f78c57f69676c381

Modified files:
        libpurple/protocols/yahoo/libymsg.c

ChangeLog: 

Leaking the B cookie is bad.

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c	427f073684cefc90d791ff8fb63265d3e838f496
+++ libpurple/protocols/yahoo/libymsg.c	5d0ff139112d8464db11b07cd53639a5a3eaaed2
@@ -3742,6 +3742,7 @@ void yahoo_close(PurpleConnection *gc) {
 
 	g_free(yd->cookie_y);
 	g_free(yd->cookie_t);
+	g_free(yd->cookie_b);
 
 	if (yd->txhandler)
 		purple_input_remove(yd->txhandler);


More information about the Commits mailing list