mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
revwalk::mergebase test: free memory
This commit is contained in:
committed by
Edward Thomson
parent
8c8ca7309b
commit
4b1b2bd9eb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user