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;
|
||||
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (fImpLoad) break;
|
||||
process_detach();
|
||||
DeleteCriticalSection(&tls_cs);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue