Commit 7b1d6856 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

urlmon: Delete the static critical section when unloading the dll.

parent fcd8a8f4
...@@ -154,6 +154,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad) ...@@ -154,6 +154,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
case DLL_PROCESS_DETACH: case DLL_PROCESS_DETACH:
process_detach(); process_detach();
DeleteCriticalSection(&tls_cs);
break; break;
case DLL_THREAD_DETACH: case DLL_THREAD_DETACH:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment