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
This commit is contained in:
Junio C Hamano
2023-06-13 12:29:46 -07:00
2 changed files with 9 additions and 8 deletions

View File

@@ -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