comparison src/protocols/msn/session.c @ 10296:a7b2fd5efcf2

[gaim-migrate @ 11476] Some "random updates" updates from patch 1077274 by Felipe Contreras: "Some changes in the behaviour of slpcalls (for FT), free some unused structures and properly close switchboard connections." Looks good to me, and seems to have fixed a mysterious FT problem that I had been pretending didn't exist. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 02 Dec 2004 16:07:26 +0000
parents f776e117c17b
children 2e01c503aa4f
comparison
equal deleted inserted replaced
10295:0cf2a686266e 10296:a7b2fd5efcf2
55 55
56 void 56 void
57 msn_session_destroy(MsnSession *session) 57 msn_session_destroy(MsnSession *session)
58 { 58 {
59 g_return_if_fail(session != NULL); 59 g_return_if_fail(session != NULL);
60
61 session->destroying = TRUE;
60 62
61 if (session->connected) 63 if (session->connected)
62 msn_session_disconnect(session); 64 msn_session_disconnect(session);
63 65
64 if (session->dispatch_host != NULL) 66 if (session->dispatch_host != NULL)