units(1): call el_end()

Add missing el_end() call
This commit is contained in:
eadler 2014-05-12 07:14:09 +00:00
parent 55915918c7
commit 5c7204b713

View File

@ -810,5 +810,6 @@ main(int argc, char **argv)
}
history_end(inhistory);
el_end(el);
return(0);
}