Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv8020/src/protocols/yahoo
Modified Files:
Tag: gtk1-stable
yahoo.c
Log Message:
Yesterday's Yahoo leak fix.
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.43.2.4
retrieving revision 1.43.2.5
diff -u -d -r1.43.2.4 -r1.43.2.5
--- yahoo.c 14 Sep 2002 07:32:50 -0000 1.43.2.4
+++ yahoo.c 17 Sep 2002 15:56:28 -0000 1.43.2.5
@@ -823,7 +823,9 @@
yahoo_packet_hash(pack, 1, gc->username);
yahoo_send_packet(yd, pack);
-
+
+ g_free(result6);
+ g_free(result96);
g_free(password_hash);
g_free(crypt_hash);
g_free(hash_string_p);
|