aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5333-pseudo-merge-bitmaps.sh
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-09-30 11:13:58 +0200
committerJunio C Hamano <gitster@pobox.com>2024-09-30 11:23:07 -0700
commit7f97266ee15d2a30dbc12c9a7f282a9f94b32476 (patch)
tree215eb4051dcb94c9f51a89589f4c4a7180629329 /t/t5333-pseudo-merge-bitmaps.sh
parentd0ab6630a710c8b3f4cf7e1a3f630a685c5d5721 (diff)
downloadgit-7f97266ee15d2a30dbc12c9a7f282a9f94b32476.tar.gz
pack-bitmap-write: fix leaking OID array
Fix a leaking OID array in `write_pseudo_merges()`. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5333-pseudo-merge-bitmaps.sh')
-rwxr-xr-xt/t5333-pseudo-merge-bitmaps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5333-pseudo-merge-bitmaps.sh b/t/t5333-pseudo-merge-bitmaps.sh
index 1dd6284756..eca4a1eb8c 100755
--- a/t/t5333-pseudo-merge-bitmaps.sh
+++ b/t/t5333-pseudo-merge-bitmaps.sh
@@ -4,6 +4,7 @@ test_description='pseudo-merge bitmaps'
GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP=0
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_pseudo_merges () {