mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 01:20:04 +00:00
revwalk-test: Don't leak the second repository
This commit is contained in:
parent
9d8fa53799
commit
3dc0207bc0
@ -15,6 +15,9 @@ void test_revwalk_mergebase__cleanup(void)
|
||||
{
|
||||
git_repository_free(_repo);
|
||||
_repo = NULL;
|
||||
|
||||
git_repository_free(_repo2);
|
||||
_repo2 = NULL;
|
||||
}
|
||||
|
||||
void test_revwalk_mergebase__single1(void)
|
||||
|
Loading…
Reference in New Issue
Block a user