mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
units(1): call el_end()
Add missing el_end() call
This commit is contained in:
parent
db9def8b0a
commit
373ca6f9ff
1 changed files with 1 additions and 0 deletions
|
|
@ -810,5 +810,6 @@ main(int argc, char **argv)
|
|||
}
|
||||
|
||||
history_end(inhistory);
|
||||
el_end(el);
|
||||
return(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue