summaryrefslogtreecommitdiff
path: root/t/t5611-clone-config.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-11-08 18:17:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-11-21 03:32:48 (GMT)
commitdd4143e7bf406a5907ef86c50c77c4667f62375d (patch)
treea4a9009f33b1525555bb4b99efb31303aa7c6641 /t/t5611-clone-config.sh
parentf1f4ebf432978eb363ed210d0de40f5826ff91e5 (diff)
downloadgit-dd4143e7bf406a5907ef86c50c77c4667f62375d.zip
git-dd4143e7bf406a5907ef86c50c77c4667f62375d.tar.gz
git-dd4143e7bf406a5907ef86c50c77c4667f62375d.tar.bz2
connected.c: free the "struct packed_git"
The "new_pack" we allocate in check_connected() wasn't being free'd. Let's do that before we return from the function. This has leaked ever since "new_pack" was added to this function in c6807a40dcd (clone: open a shortcut for connectivity check, 2013-05-26). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5611-clone-config.sh')
-rwxr-xr-xt/t5611-clone-config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5611-clone-config.sh b/t/t5611-clone-config.sh
index 4b38772..727caff 100755
--- a/t/t5611-clone-config.sh
+++ b/t/t5611-clone-config.sh
@@ -4,6 +4,7 @@ test_description='tests for git clone -c key=value'
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 'clone -c sets config in cloned repo' '