comparison src/protocols/oscar/conn.c @ 4830:46fb754a3c10

[gaim-migrate @ 5155] Luke's back, so I have to be verbose :-) The change to list.c fixes a crashe Luke was happening that is really probably my fault, but I don't see how it's even possible, and I think this is the old behavior of find_group_by_buddy or whatever it was. Also a very minor memleak fix for when you sign off an ICQ account after you've requested someone's ICQ info but before you've received it. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 19 Mar 2003 04:59:12 +0000
parents 9810ce8e7a96
children 2e78141ec1b5
comparison
equal deleted inserted replaced
4829:e7e45cee4265 4830:46fb754a3c10
865 sess->queue_outgoing = NULL; 865 sess->queue_outgoing = NULL;
866 sess->queue_incoming = NULL; 866 sess->queue_incoming = NULL;
867 aim_initsnachash(sess); 867 aim_initsnachash(sess);
868 sess->msgcookies = NULL; 868 sess->msgcookies = NULL;
869 sess->icq_info = NULL; 869 sess->icq_info = NULL;
870 sess->oft_info = NULL;
870 sess->snacid_next = 0x00000001; 871 sess->snacid_next = 0x00000001;
871 872
872 sess->flags = 0; 873 sess->flags = 0;
873 sess->debug = debuglevel; 874 sess->debug = debuglevel;
874 sess->debugcb = defaultdebugcb; 875 sess->debugcb = defaultdebugcb;