mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Closing fd when it's done
Reviewed by: sbruno
This commit is contained in:
parent
bd01e50ca0
commit
f55df2a221
1 changed files with 1 additions and 0 deletions
|
|
@ -508,6 +508,7 @@ load_crom(char *filename, u_int32_t *p)
|
|||
p, p+1, p+2, p+3, p+4, p+5, p+6, p+7);
|
||||
p += 8;
|
||||
}
|
||||
fclose(file);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue