Browse Source
The private fetchSubmodules method in the FetchCommand class creates a Repository instance for each submodule being fetched, but never calls closes on it. This leads to the leaking of file handles. Bug: 526494 Change-Id: I7070388b8b62063d9d5cd31afae3015a8388044f Signed-off-by: Tim Hosey <timhoseydev@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-4.11
Tim Hosey
7 years ago
committed by
Matthias Sohn
1 changed files with 34 additions and 30 deletions
Loading…
Reference in new issue