aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/git_repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc-changelog/git_repository.py')
-rwxr-xr-xcontrib/gcc-changelog/git_repository.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_repository.py b/contrib/gcc-changelog/git_repository.py
index d7650c6..2b2efff 100755
--- a/contrib/gcc-changelog/git_repository.py
+++ b/contrib/gcc-changelog/git_repository.py
@@ -78,4 +78,5 @@ def parse_git_revisions(repo_path, revisions, ref_name=None):
commit_to_info_hook=commit_to_info,
ref_name=ref_name)
parsed_commits.append(git_commit)
+ repo.close()
return parsed_commits