Merge branch 'ab/hash-object-leakfix'

Trivial leakfix.

* ab/hash-object-leakfix:
  hash-object: fix a trivial leak in --path
This commit is contained in:
Junio C Hamano
2022-02-18 13:53:29 -08:00
2 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,7 @@
test_description="git hash-object"
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
echo_without_newline() {