changeset 30108:258454cfecee

Leaking the B cookie is bad.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 10 Apr 2010 19:45:47 +0000
parents 08957bb38e30
children ccaaee2a8e59
files libpurple/protocols/yahoo/libymsg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Sat Apr 10 19:43:04 2010 +0000
+++ b/libpurple/protocols/yahoo/libymsg.c	Sat Apr 10 19:45:47 2010 +0000
@@ -3742,6 +3742,7 @@
 
 	g_free(yd->cookie_y);
 	g_free(yd->cookie_t);
+	g_free(yd->cookie_b);
 
 	if (yd->txhandler)
 		purple_input_remove(yd->txhandler);