mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
spoolss: Don't bother to free memory at process exit.
This commit is contained in:
parent
d92a9264f3
commit
aca523b720
@ -55,6 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
break;
|
||||
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpvReserved) break;
|
||||
backend_unload_all();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user