]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ad/preload-plug-memleak' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 19:21:10 +0000 (12:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 19:21:10 +0000 (12:21 -0700)
The preload-index codepath made copies of pathspec to give to
multiple threads, which were left leaked.

* ad/preload-plug-memleak:
  preload-index: fix memleak


Trivial merge