On Fri, Oct 29 2021, Junio C Hamano wrote: > * tb/plug-pack-bitmap-leaks (2021-10-28) 9 commits > - 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 > > Leakfix. > > Will merge to 'next'? I think these leak fixes look good & that this should be ready to go.