]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/clone-remote-name-leak-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 May 2022 16:51:28 +0000 (09:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 May 2022 16:51:28 +0000 (09:51 -0700)
"git clone --origin X" leaked piece of memory that held value read
from the clone.defaultRemoteName configuration variable, which has
been plugged.

* jc/clone-remote-name-leak-fix:
  clone: plug a miniscule leak


Trivial merge