]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/bloom-leak-fixes'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2026 20:24:19 +0000 (13:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2026 20:24:19 +0000 (13:24 -0700)
Various memory leaks in the Bloom-filter code paths that are exposed
when running tests with the 'GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS=1'
environment variable have been plugged.

* jk/bloom-leak-fixes:
  line-log: drop extra copy of range with bloom filters
  revision: avoid leaking bloom keyvecs with multiple traversals
  bloom: make bloom-filter slab initialization idempotent

1  2 
line-log.c
revision.c

diff --cc line-log.c
Simple merge
diff --cc revision.c
Simple merge