comparison 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
comparison
equal deleted inserted replaced
7419:82dfe392a773 7420:53c86d59f20b
1343 yahoo_packet_hash(pack, 96, resp_96); 1343 yahoo_packet_hash(pack, 96, resp_96);
1344 yahoo_packet_hash(pack, 1, name); 1344 yahoo_packet_hash(pack, 1, name);
1345 yahoo_send_packet(yd, pack); 1345 yahoo_send_packet(yd, pack);
1346 yahoo_packet_free(pack); 1346 yahoo_packet_free(pack);
1347 1347
1348 free(password_hash); 1348 g_free(password_hash);
1349 free(crypt_hash); 1349 g_free(crypt_hash);
1350 } 1350 }
1351 1351
1352 static void yahoo_process_auth(GaimConnection *gc, struct yahoo_packet *pkt) 1352 static void yahoo_process_auth(GaimConnection *gc, struct yahoo_packet *pkt)
1353 { 1353 {
1354 char *seed = NULL; 1354 char *seed = NULL;