]> git.99rst.org Git - git.git/commit
t/helper: fix leaks in "reach" test tool
authorPatrick Steinhardt <redacted>
Tue, 5 Nov 2024 06:16:46 +0000 (07:16 +0100)
committerJunio C Hamano <redacted>
Tue, 5 Nov 2024 06:37:51 +0000 (22:37 -0800)
commitee3e8c3afa5f432c5232aba80a07b0884d388381
tree958754e6f5af2b6dc78ec37f3d3e117f406317ac
parent5f5dd8e297b59f3f7bf61098e978a91c5581388a
t/helper: fix leaks in "reach" test tool

The "reach" test tool doesn't bother to clean up any of its allocated
resources, causing various leaks. Plug them.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/helper/test-reach.c
t/t6600-test-reach.sh
git clone https://git.99rst.org/PROJECT