Commit aca523b7 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent d92a9264
......@@ -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;
}
......
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