mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
urlmon: Delete the static critical section when unloading the dll.
This commit is contained in:
parent
fcd8a8f447
commit
7b1d685634
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue