Commit 4b1b2bd9 by Edward Thomson Committed by Edward Thomson

revwalk::mergebase test: free memory

parent 8c8ca730
......@@ -171,6 +171,7 @@ void test_revwalk_mergebase__multiple_merge_bases_many_commits(void)
cl_assert_equal_oid(&expected2, &result.ids[1]);
git_oidarray_free(&result);
git__free(input);
}
void test_revwalk_mergebase__no_off_by_one_missing(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment