mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 18:08:11 +00:00
Win32: Fix failing clone_mirror test
This commit is contained in:
parent
716e20b47e
commit
6d1b04383e
@ -194,6 +194,9 @@ void test_online_clone__clone_mirror(void)
|
||||
git_remote_free(remote);
|
||||
git_reference_free(head);
|
||||
git_buf_free(&path);
|
||||
git_repository_free(g_repo);
|
||||
g_repo = NULL;
|
||||
|
||||
cl_fixture_cleanup("./foo.git");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user