Commit a9175e6a authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 8d8d55e1
......@@ -313,6 +313,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
break;
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
collect_connections(COLLECT_CLEANUP);
NETCON_unload();
free_urlcache();
......
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