]> git.ipfire.org Git - thirdparty/coreutils.git/commit
chown: 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)
commit904f9e3bf43f6b193fb65fe620e73958453af69c
treee4928cfb2fec0fd48245afd5e3330c59d7c9b1c7
parente55ffab35b2b28c124c69534add04abbe37d3fdb
chown: simplify -fsanitize=leak pacification

* src/chgrp.c, src/chown.c (main) [lint]: Omit unnecessary cleanup.
Use main_exit, not return.
src/chgrp.c
src/chown.c