CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/09 11:07:40
Modified files:
usr.sbin/acme-client: main.c
Log message:
remove free() before exit() from main(), in ongoing work to make
things more readable. otto notes that free() does some checks, but
in this case readability is better than complete cleanup.
ok florian@ deraadt@
