Commit 296c8c0c authored by Eric Frias's avatar Eric Frias Committed by Alexandre Julliard

Fixed file handle leak.

parent c8866c00
...@@ -934,5 +934,6 @@ PPD *PSDRV_ParsePPD(char *fname) ...@@ -934,5 +934,6 @@ PPD *PSDRV_ParsePPD(char *fname)
slot->InvocationString); slot->InvocationString);
} }
fclose(fp);
return ppd; return ppd;
} }
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