diff src/protocols/yahoo/yahoo.c @ 7420:53c86d59f20b

[gaim-migrate @ 8022] (19:08:24) deryni: Paco-Paco can stop wanting to kill Sean for using ctrl-f in conversations, and all the rest of you can have fun making offline buddies take priority over online ones (I'm sure you'll figure it out =) and a change from free() to g_free() in yahoo from zuperdee, since g_free is theoretically doing more error checking committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:10:29 +0000
parents 1930e3d00ecd
children 0b7121f3c443
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Mon Nov 03 16:42:32 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Tue Nov 04 00:10:29 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)