]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7011-skip-worktree-reading.sh
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)
commitf0deb3f2b561c6275b8fcc179c561e7e8da943e0
treeb0e7bd553518395073644f52817b959009ee40de
parentedc4f6d280392b8ba512441860d9b5c43657f5ae
parent23578904da8eef802752b48f9a2d4ea9f8a60c59
Merge branch 'ad/preload-plug-memleak'

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