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

This commit is contained in:
Alexandre Julliard 2013-05-15 10:29:17 +02:00
parent aca523b720
commit 152ae158ce
1 changed files with 1 additions and 0 deletions

View File

@ -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;