diff options
Diffstat (limited to 'remote.c')
-rw-r--r-- | remote.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2172,6 +2172,7 @@ static int stat_branch_pair(const char *branch_name, const char *base, clear_commit_marks(theirs, ALL_REV_FLAGS); strvec_clear(&argv); + release_revisions(&revs); return 1; } |