Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d1b043

Browse files
committed
Win32: Fix failing clone_mirror test
1 parent 716e20b commit 6d1b043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/online/clone.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ void test_online_clone__clone_mirror(void)
194194
git_remote_free(remote);
195195
git_reference_free(head);
196196
git_buf_free(&path);
197+
git_repository_free(g_repo);
198+
g_repo = NULL;
199+
197200
cl_fixture_cleanup("./foo.git");
198201
}
199202

0 commit comments

Comments
 (0)