mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 06:17:02 +00:00
merge: Fix memory leak in test
This commit is contained in:
parent
85196232e8
commit
b656e5eb4f
@ -509,5 +509,6 @@ void test_revwalk_mergebase__remove_redundant(void)
|
||||
cl_assert_equal_i(1, result.count);
|
||||
cl_assert_equal_oid(&base, &result.ids[0]);
|
||||
|
||||
git_oidarray_free(&result);
|
||||
git_repository_free(repo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user