gdi.exe16: Don't double-close the spool file.
FreePrintJob() closes the file descriptor.
This commit is contained in:
parent
990786eef5
commit
b035b0bad7
|
@ -388,8 +388,6 @@ INT16 WINAPI CloseJob16(HPJOB16 hJob)
|
|||
pPrintJob = FindPrintJobFromHandle(hJob);
|
||||
if (pPrintJob != NULL)
|
||||
{
|
||||
/* Close the spool file */
|
||||
close(pPrintJob->fd);
|
||||
FreePrintJob(hJob);
|
||||
nRet = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue