aboutsummaryrefslogtreecommitdiffstats
path: root/t/t8002-blame.sh
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-06-11 11:21:20 +0200
committerJunio C Hamano <gitster@pobox.com>2024-06-11 13:15:08 -0700
commitee6a998583108cebc0db28d70df2aa1b547b6251 (patch)
treefc14e02b6db8650d1823f482a93eed47f5435caf /t/t8002-blame.sh
parent4b4f5a911c4d2fedf4620ff079dcb2a5a0edccc7 (diff)
downloadgit-ee6a998583108cebc0db28d70df2aa1b547b6251.tar.gz
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>
Diffstat (limited to 't/t8002-blame.sh')
-rwxr-xr-xt/t8002-blame.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t8002-blame.sh b/t/t8002-blame.sh
index 0147de304b..3596634039 100755
--- a/t/t8002-blame.sh
+++ b/t/t8002-blame.sh
@@ -5,6 +5,7 @@ GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
TEST_CREATE_REPO_NO_TEMPLATE=1
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
PROG='git blame -c'