comparison src/protocols/yahoo/yahoo.c @ 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 08ce2a94d9c7
comparison
equal deleted inserted replaced
7423:0b7121f3c443 7424:c8b4a617ee5b
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;