urlmon: Don't bother to free memory at process exit.
This commit is contained in:
parent
aca523b720
commit
152ae158ce
|
@ -157,6 +157,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DLL_PROCESS_DETACH:
|
case DLL_PROCESS_DETACH:
|
||||||
|
if (fImpLoad) break;
|
||||||
process_detach();
|
process_detach();
|
||||||
DeleteCriticalSection(&tls_cs);
|
DeleteCriticalSection(&tls_cs);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue