summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-06-13 19:29:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-06-13 19:29:46 (GMT)
commite490bea8a68fceb227277fef38daa1b7522b97a5 (patch)
tree622afe4feb30cdda23740c027f1b4cdab59e7513 /t/t9001-send-email.sh
parentcbc882ea388143bd6bbed139f97f67589777be60 (diff)
parentc6d26a9dda59043f95ee5bf632d6aa80fa50aad7 (diff)
downloadgit-e490bea8a68fceb227277fef38daa1b7522b97a5.zip
git-e490bea8a68fceb227277fef38daa1b7522b97a5.tar.gz
git-e490bea8a68fceb227277fef38daa1b7522b97a5.tar.bz2
Merge branch 'jk/format-patch-message-id-unleak'
Leakfix. * jk/format-patch-message-id-unleak: format-patch: free elements of rev.ref_message_ids list format-patch: free rev.message_id when exiting
Diffstat (limited to 't/t9001-send-email.sh')
-rwxr-xr-xt/t9001-send-email.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 22fc908..48bf0af 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -4,7 +4,7 @@ test_description='git send-email'
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
-# no longer TEST_PASSES_SANITIZE_LEAK=true - format-patch --thread leaks
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
# May be altered later in the test