]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ad/preload-plug-memleak'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2022 21:55:15 +0000 (14:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2022 21:55:15 +0000 (14:55 -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