diff 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
line wrap: on
line diff
--- a/libgaim/protocols/qq/qq_proxy.c	Tue Sep 26 23:20:39 2006 +0000
+++ b/libgaim/protocols/qq/qq_proxy.c	Wed Sep 27 00:31:39 2006 +0000
@@ -457,6 +457,7 @@
 	g_free(qd->inikey);
 	g_free(qd->pwkey);
 	g_free(qd->session_key);
+	g_free(qd->session_md5);
 	g_free(qd->my_ip);
 	g_free(qd);