]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit0a4fb3105eaf3e05973dd6beb1b68fe4f9d6b016
treea96a016cad463aedf8ddd6edf7d6ec3c32c69a5d
parent955b276e051a20e52cad981613220fd4bf4a0d7a
parent459088ec2e3f9c4fea4040d39502d0e011e0ac42
Merge branch 'jk/bloom-leak-fixes'

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
line-log.c
revision.c