blame: fix leaking data for blame scoreboards

There are some memory leaks when cleaning up blame scoreboards. Fix
those.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Patrick Steinhardt
2024-06-11 11:21:20 +02:00
committed by Junio C Hamano
parent 4b4f5a911c
commit ee6a998583
9 changed files with 16 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
test_description='git blame textconv support'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
find_blame() {