mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Plug an fd leak
This commit is contained in:
parent
b169d0efa1
commit
59d8bf609f
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ ddb_readfile(char *filename)
|
|||
#endif
|
||||
ddb_main(argc, argv);
|
||||
}
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue