]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: avoid leak of file handle when cloning
authorLuke Diamand <luke@diamand.org>
Thu, 30 Jan 2020 11:50:34 +0000 (11:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 20:21:13 +0000 (12:21 -0800)
commit43f33e492af65d008045ee0695d0f17434e8c3c9
tree50486bc803650cc2374e5d7782505ed0613d33db
parent19fa5ac333134fc3aa1e462780c4690177474ade
git-p4: avoid leak of file handle when cloning

Spotted by Eric Sunshine:

    https://public-inbox.org/git/CAPig+cRx3hG64nuDie69o_gdX39F=sR6D8LyA7J1rCErgu0aMA@mail.gmail.com/

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py