diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-09-30 11:13:58 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-30 11:23:07 -0700 |
| commit | 7f97266ee15d2a30dbc12c9a7f282a9f94b32476 (patch) | |
| tree | 215eb4051dcb94c9f51a89589f4c4a7180629329 /t/t5333-pseudo-merge-bitmaps.sh | |
| parent | d0ab6630a710c8b3f4cf7e1a3f630a685c5d5721 (diff) | |
| download | git-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-x | t/t5333-pseudo-merge-bitmaps.sh | 1 |
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 () { |
