get_merge_bases: clean up even when there is no common commit.
commit2ef108013ec15e8d5feee6d5c42692ae956ee302
authorJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 10:02:27 +0000 (3 03:02 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 10:02:27 +0000 (3 03:02 -0700)
treea265f83e79f1483d3687dc02a29b998e95bdfc49
parent542ccefe896a8960a6ce0b0ba4519537649ae29a
get_merge_bases: clean up even when there is no common commit.

Actually in this case we would have traversed a lot of commits, so cleaning
things up is even more important.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c