diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2014-05-12 07:14:09 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2014-05-12 07:14:09 +0000 |
| commit | 373ca6f9ff7dfae4c43979debab8129dc86e04f3 (patch) | |
| tree | 39b2f9c7b64f9517bc9e3c5599119a3bf9a8775f /usr.bin/units | |
| parent | db9def8b0ac5022e6ef0369d188a56be822e0221 (diff) | |
Notes
Diffstat (limited to 'usr.bin/units')
| -rw-r--r-- | usr.bin/units/units.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index c913f7cc1d82..bd484b2d9ed5 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -810,5 +810,6 @@ main(int argc, char **argv) } history_end(inhistory); + el_end(el); return(0); } |
