Commit d7ddcdfc authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 4d9dbfc3
......@@ -139,7 +139,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
break;
case DLL_PROCESS_DETACH:
if (reserved) break;
DeleteObject( PSDRV_DefaultFont );
HeapDestroy( PSDRV_Heap );
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