On Thu, Jun 30, 2022 at 7:51 PM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > test-tool bloom: fix a memory leak > > Fix memory leaks introduced with these tests in f1294eaf7fb (bloom.c: pure nit: the subject talks about a single leak but the message body talks about multiple leaks. > introduce core Bloom filter constructs, 2020-03-30), as a result we > can mark almost the entirety of t0095-bloom.sh as passing with > SANITIZE=leak using "TEST_PASSES_SANITIZE_LEAK=true", there's still an > unrelated memory leak in "git commit" in one of the tests, let's skip > that one under SANITIZE_LEAK for now. > > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>