mirror of
https://github.com/simh/simh.git
synced 2026-01-30 13:27:50 +00:00
sigma_lp: Fix a fopen leak
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user