diff options
author | Jeff King <peff@peff.net> | 2021-10-06 22:24:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-07 11:01:22 -0700 |
commit | e861b0963626dd2732f7efbf2a187a85b060d9cb (patch) | |
tree | 6e813daac052e5dab2dbab6802d3ecc72cf8bd55 /builtin/bugreport.c | |
parent | builtin/repack.c: pass `--refs-snapshot` when writing bitmaps (diff) | |
download | tgif-e861b0963626dd2732f7efbf2a187a85b060d9cb.tar.xz |
test-read-midx: fix leak of bitmap_index struct
In read_midx_preferred_pack(), we open the bitmap index but never free
it. This isn't a big deal since this is just a test helper, and we exit
immediately after, but since we're trying to keep our leak-checking tidy
now, it's worth fixing.
Signed-off-by: Jeff King <peff@peff.net>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/bugreport.c')
0 files changed, 0 insertions, 0 deletions