Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-11-08 21:17:45 +0300
committerJunio C Hamano <gitster@pobox.com>2022-11-21 06:32:48 +0300
commitc07ce0602a7958299c7fbbf2a5b70d1510c03981 (patch)
tree61fdb25eba8c27df5d542ddbaacc0d06113635bc /t/t9148-git-svn-propset.sh
parentfc47252d5b36fe2267e34aa9471dd7bb37d40545 (diff)
ls-files: fix a --with-tree memory leak
Fix a memory leak in overlay_tree_on_index(), we need to clear_pathspec() at some point, which might as well be after the last time we use it in the function. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t9148-git-svn-propset.sh')
-rwxr-xr-xt/t9148-git-svn-propset.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9148-git-svn-propset.sh b/t/t9148-git-svn-propset.sh
index 6cc76a07b3..aebb28995e 100755
--- a/t/t9148-git-svn-propset.sh
+++ b/t/t9148-git-svn-propset.sh
@@ -5,7 +5,6 @@
test_description='git svn propset tests'
-TEST_FAILS_SANITIZE_LEAK=true
. ./lib-git-svn.sh
test_expect_success 'setup propset via import' '