]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit37317ab40b9fd2458ce48fe10e34bb9d478224a9
treef331b6845748e0f96dba10652e5225c522020b43
parentc61614e30f6df550a5d48fc115fb6a92266ecf50
parent23578904da8eef802752b48f9a2d4ea9f8a60c59
Merge branch 'ad/preload-plug-memleak' into maint

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