]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/test-tool-leakfix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:54 +0000 (13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:54 +0000 (13:31 -0700)
Plug various memory leaks in test-tool commands.

* ab/test-tool-leakfix:
  test-tool delta: fix a memory leak
  test-tool ref-store: fix a memory leak
  test-tool bloom: fix memory leaks
  test-tool json-writer: fix memory leaks
  test-tool regex: call regfree(), fix memory leaks
  test-tool urlmatch-normalization: fix a memory leak
  test-tool {dump,scrap}-cache-tree: fix memory leaks
  test-tool path-utils: fix a memory leak
  test-tool test-hash: fix a memory leak


Trivial merge