Merge branch 'tb/plug-pack-bitmap-leaks'
commit49767c3d9f80c916c175adfc745e0823487d9d08
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:49 +0000 (29 15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:49 +0000 (29 15:41 -0800)
treeeeff328ee4dc916e14a336abfb2cd8c79a6b346b
parent7c2abf1a83efa13ffc03a3847f774cf85ffce913
parent655b8561d6b10f22f0e7350df9388110667001af
Merge branch 'tb/plug-pack-bitmap-leaks'

Leakfix.

* tb/plug-pack-bitmap-leaks:
  pack-bitmap.c: more aggressively free in free_bitmap_index()
  pack-bitmap.c: don't leak type-level bitmaps
  midx.c: write MIDX filenames to strbuf
  builtin/multi-pack-index.c: don't leak concatenated options
  builtin/repack.c: avoid leaking child arguments
  builtin/pack-objects.c: don't leak memory via arguments
  t/helper/test-read-midx.c: free MIDX within read_midx_file()
  midx.c: don't leak MIDX from verify_midx_file
  midx.c: clean up chunkfile after reading the MIDX
midx.c