Fixed file handle leak.
This commit is contained in:
parent
c8866c009b
commit
296c8c0caf
|
@ -934,5 +934,6 @@ PPD *PSDRV_ParsePPD(char *fname)
|
|||
slot->InvocationString);
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
return ppd;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue