Commit 1432b314 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wineps: Free the output string from the correct heap.

parent 1b21fe82
......@@ -412,7 +412,7 @@ static BOOL PSDRV_DeleteDC( PHYSDEV dev )
TRACE("\n");
HeapFree( PSDRV_Heap, 0, physDev->Devmode );
HeapFree( PSDRV_Heap, 0, physDev->job.output );
HeapFree( GetProcessHeap(), 0, physDev->job.output );
HeapFree( PSDRV_Heap, 0, physDev );
return TRUE;
......
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