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