Signed-off-by: Stephan Beyer <s-be...@gmx.net>
---
 bisect.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bisect.c b/bisect.c
index 7996c29..901e4d3 100644
--- a/bisect.c
+++ b/bisect.c
@@ -984,6 +984,8 @@ int bisect_next_all(const char *prefix, int no_checkout)
                exit(10);
        }
 
+       free_commit_list(revs.commits);
+
        nr = all - reaches - 1;
        steps = estimate_bisect_steps(all);
        printf("Bisecting: %d revision%s left to test after this "
-- 
2.8.1.137.g522756c

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to