Skip to content
Snippets Groups Projects
Commit b035b0ba authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard
Browse files

gdi.exe16: Don't double-close the spool file.

FreePrintJob() closes the file descriptor.
parent 990786ee
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment