From 5c1a2b328f0f75669de0f7660e8425199ba89d6b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 29 Jun 2012 09:38:03 +0000 Subject: - eliminated crash in Punto Switcher's dll during exit; - removed references to the callee's local thread data in QueueUserAPC; git-svn-id: http://svn.miranda-ng.org/main/trunk@683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/miranda.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/core/miranda.cpp b/src/core/miranda.cpp index 7cd2e02962..64ec124378 100644 --- a/src/core/miranda.cpp +++ b/src/core/miranda.cpp @@ -348,6 +348,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int) exit: UnloadNewPluginsModule(); + UnloadCoreModule(); CloseHandle(hMirandaShutdown); CloseHandle(hThreadQueueEmpty); -- cgit v1.2.3