wineps: Free the output string from the correct heap.

This commit is contained in:
Huw Davies 2012-04-03 15:25:50 +01:00 committed by Alexandre Julliard
parent 1b21fe827f
commit 1432b3141a
1 changed files with 1 additions and 1 deletions

View File

@ -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;