svn commit: r265907 - head/usr.bin/units
Eitan Adler
eadler at FreeBSD.org
Mon May 12 07:14:10 UTC 2014
Author: eadler
Date: Mon May 12 07:14:09 2014
New Revision: 265907
URL: http://svnweb.freebsd.org/changeset/base/265907
Log:
units(1): call el_end()
Add missing el_end() call
Modified:
head/usr.bin/units/units.c
Modified: head/usr.bin/units/units.c
==============================================================================
--- head/usr.bin/units/units.c Mon May 12 07:06:03 2014 (r265906)
+++ head/usr.bin/units/units.c Mon May 12 07:14:09 2014 (r265907)
@@ -810,5 +810,6 @@ main(int argc, char **argv)
}
history_end(inhistory);
+ el_end(el);
return(0);
}
More information about the svn-src-head
mailing list