Win32: Fix failing clone_mirror test

This commit is contained in:
Philip Kelley 2014-06-07 12:18:24 -04:00
parent 716e20b47e
commit 6d1b04383e

View File

@ -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");
}