summaryrefslogtreecommitdiffstats
path: root/t/t5612-clone-refspec.sh
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-06-11 11:20:57 +0200
committerJunio C Hamano <gitster@pobox.com>2024-06-11 22:15:07 +0200
commit8909d6e1a108a46ae9cde70587aa8b2ad4a067d9 (patch)
tree82b63c8c2f29a47986e0b639cf97a43b1a0e0df6 /t/t5612-clone-refspec.sh
parentapply: fix leaking string in `match_fragment()` (diff)
downloadgit-8909d6e1a108a46ae9cde70587aa8b2ad4a067d9.tar.xz
git-8909d6e1a108a46ae9cde70587aa8b2ad4a067d9.zip
builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
In `wanted_peer_refs()` we first create a copy of the "HEAD" ref. This copy may not actually be passed back to the caller, but is not getting freed in this case. Fix this. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5612-clone-refspec.sh')
-rwxr-xr-xt/t5612-clone-refspec.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5612-clone-refspec.sh b/t/t5612-clone-refspec.sh
index 3126cfd7e9..72762de977 100755
--- a/t/t5612-clone-refspec.sh
+++ b/t/t5612-clone-refspec.sh
@@ -4,6 +4,7 @@ test_description='test refspec written by clone-command'
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success 'setup' '