comparison libgaim/protocols/qq/qq_proxy.c @ 14632:108152f29f37

[gaim-migrate @ 17378] There's no reason to generate our session_md5 more than once. This probably doesn't fix the bug from Adium crash 215722, but if it happens again, it'll be a bit easier to track down. Also, I was wrong about the login scheme. Nothing significant is different, so remove the comment. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Wed, 27 Sep 2006 00:31:39 +0000
parents 473b225e7352
children 118fd0dc5b6e
comparison
equal deleted inserted replaced
14631:622931ca5622 14632:108152f29f37
455 455
456 qd = gc->proto_data; 456 qd = gc->proto_data;
457 g_free(qd->inikey); 457 g_free(qd->inikey);
458 g_free(qd->pwkey); 458 g_free(qd->pwkey);
459 g_free(qd->session_key); 459 g_free(qd->session_key);
460 g_free(qd->session_md5);
460 g_free(qd->my_ip); 461 g_free(qd->my_ip);
461 g_free(qd); 462 g_free(qd);
462 463
463 gc->proto_data = NULL; 464 gc->proto_data = NULL;
464 } 465 }