Merge "RevWalk: Don't release during inMergeBase()"

This commit is contained in:
Chris Aniszczyk 2011-02-24 11:23:47 -05:00 committed by Code Review
commit 7e1f18c079
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ RevCommit next() throws MissingObjectException,
final RevCommit c = pending.next();
if (c == null) {
walker.reader.walkAdviceEnd();
walker.reader.release();
return null;
}