changeset 7424:c8b4a617ee5b

[gaim-migrate @ 8026] zuperdee was right committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 04 Nov 2003 01:34:46 +0000
parents 0b7121f3c443
children 85cd2e71bff7
files src/protocols/yahoo/yahoo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Tue Nov 04 00:40:26 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Tue Nov 04 01:34:46 2003 +0000
@@ -1345,8 +1345,8 @@
 	yahoo_send_packet(yd, pack);
 	yahoo_packet_free(pack);
 
-	free(password_hash);
-	free(crypt_hash);
+	g_free(password_hash);
+	g_free(crypt_hash);
 }
 
 static void yahoo_process_auth(GaimConnection *gc, struct yahoo_packet *pkt)