]> git.ipfire.org Git - thirdparty/coreutils.git/commit
env: simplify -fsanitize=leak pacification
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Jan 2022 16:42:07 +0000 (08:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 31 Jan 2022 20:07:39 +0000 (12:07 -0800)
commited93b50eeacf0c46c65044c21085e3b6efab0c6b
tree1fd409be825785c119322e139a4fee68ac7eb7f1
parent04d735ea9637b213ef7fc327a635decbbf20152e
env: simplify -fsanitize=leak pacification

* src/env.c (unset_envvars): Remove IF_LINT code.
(main): Use main_exit, not return.
src/env.c