sigma_lp: Fix a fopen leak
This commit is contained in:
parent
499757acb1
commit
18ebf299c8
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ lp_cctl = ptr;
|
|||
lp_cctp = 0;
|
||||
for (rpt = 0; rpt < lp_cctl; rpt++)
|
||||
lp_cct[rpt] = cctbuf[rpt];
|
||||
fclose (cfile);
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue