mpr: Don't bother to free memory at process exit.
This commit is contained in:
parent
56c6916894
commit
bd670f1ce1
|
@ -85,6 +85,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
break;
|
||||
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpvReserved) break;
|
||||
wnetFree();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue