Merge branch 'ab/mark-leak-free-tests-more'
commit54c4f8ce52f20ea1be99c780ce19867964f430b7
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 23:06:59 +0000 (25 16:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 23:06:59 +0000 (25 16:06 -0700)
tree7e3f9f4a7c804821f32750f7d7d5cd28bf71856a
parent5a4f8381b68b39e1a39e78039ddb2c415927cb12
parent465028e0e25518bfff8b83057775cb6b2df2aade
Merge branch 'ab/mark-leak-free-tests-more'

Bunch of tests are marked as "passing leak check".

* ab/mark-leak-free-tests-more:
  merge: add missing strbuf_release()
  ls-files: add missing string_list_clear()
  ls-files: fix a trivial dir_clear() leak
  tests: fix test-oid-array leak, test in SANITIZE=leak
  tests: fix a memory leak in test-oidtree.c
  tests: fix a memory leak in test-parse-options.c
  tests: fix a memory leak in test-prio-queue.c
builtin/merge.c
t/t0040-parse-options.sh