wineps: Free the output string from the correct heap.
This commit is contained in:
parent
1b21fe827f
commit
1432b3141a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue