urlmon: Delete the static critical section when unloading the dll.
This commit is contained in:
parent
fcd8a8f447
commit
7b1d685634
|
@ -154,6 +154,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
|
|||
|
||||
case DLL_PROCESS_DETACH:
|
||||
process_detach();
|
||||
DeleteCriticalSection(&tls_cs);
|
||||
break;
|
||||
|
||||
case DLL_THREAD_DETACH:
|
||||
|
|
Loading…
Reference in New Issue