]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: sort.c: fix syntax-check issue in recent commit
authorPádraig Brady <P@draigBrady.com>
Wed, 25 May 2022 08:59:29 +0000 (09:59 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 25 May 2022 08:59:29 +0000 (09:59 +0100)
commitf0fb9cddc018c126012fd0b773fd1e94a4b11252
tree0658bfda4b42f91bb31caab861bf70d3ddc29582
parent4e0167ea14329cd3b4a0e392b79ea1a881d71834
maint: sort.c: fix syntax-check issue in recent commit

* src/sort.c (keycompare): Avoid useless if before free()
as detected with sc_avoid_if_before_free.
src/sort.c