Commit 152ae158 authored by Alexandre Julliard's avatar Alexandre Julliard

urlmon: Don't bother to free memory at process exit.

parent aca523b7
......@@ -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;
......
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