Merge branch 'ps/leakfixes'

Leakfix.

* ps/leakfixes:
  setup: fix leaking repository format
  setup: refactor `upgrade_repository_format()` to have common exit
  shallow: fix memory leak when registering shallow roots
  test-bloom: stop setting up Git directory twice
This commit is contained in:
Junio C Hamano
2023-11-08 15:04:41 +09:00
5 changed files with 28 additions and 13 deletions

View File

@ -2,6 +2,7 @@
test_description='errors in upload-pack'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
D=$(pwd)