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

This commit is contained in:
Alexandre Julliard 2013-05-15 10:22:01 +02:00
parent 56c6916894
commit bd670f1ce1
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
break;
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
wnetFree();
break;
}