From 9a942c19b93060396982b19a665a231e11324ebf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 4 Oct 2014 14:12:16 +0000 Subject: Jabber: - fix for a very rare crash with Jabber info frame; - unused vavriables removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@10687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_proto.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/JabberG/src/jabber_proto.cpp') diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 117ae4d242..44326b7a58 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -268,6 +268,8 @@ int CJabberProto::OnModulesLoadedEx(WPARAM, LPARAM) int __cdecl CJabberProto::OnPreShutdown(WPARAM, LPARAM) { + m_bShutdown = true; + UI_SAFE_CLOSE_HWND(m_hwndAgentRegInput); UI_SAFE_CLOSE_HWND(m_hwndRegProgress); UI_SAFE_CLOSE_HWND(m_hwndMucVoiceList); -- cgit v1.2.3