diff options
Diffstat (limited to 'plugins/SecureIM/src/main.cpp')
-rw-r--r-- | plugins/SecureIM/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index 8abf787e46..a70e7c6611 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -308,7 +308,6 @@ extern "C" __declspec(dllexport) int __cdecl Load(void) mir_getLP(&pluginInfoEx);
DisableThreadLibraryCalls(g_hInst);
- InitializeCriticalSection(&localQueueMutex);
char temp[MAX_PATH];
GetTempPath(sizeof(temp), temp);
@@ -389,7 +388,6 @@ extern "C" __declspec(dllexport) int __cdecl Load(void) extern "C" __declspec(dllexport) int __cdecl Unload()
{
- DeleteCriticalSection(&localQueueMutex);
freelib();
return 0;
}
|