diff src/protocols/yahoo/yahoo.c @ 3523:82180bb28f1f

[gaim-migrate @ 3596] some memleak fixes. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 16 Sep 2002 19:50:52 +0000
parents d7cefb94a978
children bdd0bebd2d04
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Mon Sep 16 18:14:39 2002 +0000
+++ b/src/protocols/yahoo/yahoo.c	Mon Sep 16 19:50:52 2002 +0000
@@ -826,6 +826,8 @@
 		
 		yahoo_send_packet(yd, pack);
 		
+		g_free(result6);
+		g_free(result96);
 		g_free(password_hash);
 		g_free(crypt_hash);
 		g_free(hash_string_p);