]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitf63ac61fbf512ac9446a86bfd9c07b33d4c1e558
treeca5508c1b830de8f3ea1f2225c60b89373166e3d
parent44357f64f661635661275fe71e194974a3302049
parentf40a693450853fda1b121d7d8c082271c54d03fb
Merge branch 'ab/test-tool-leakfix'

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