summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuang Li <yuangli88@hotmail.com>2022-08-31 17:28:27 +0100
committerYuang Li <yuangli88@hotmail.com>2022-08-31 17:28:27 +0100
commit89c1b019b7026406834ce0f68a18f255f4b36f99 (patch)
treeeb9421ffc9621d171fff7d48d8f66814b0b766ef
parentd0eba8ae58092f0db061e3776f194256d0a56fde (diff)
downloadlibgit2-89c1b019b7026406834ce0f68a18f255f4b36f99.tar.gz
fix free error
-rw-r--r--tests/libgit2/clone/nonetwork.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libgit2/clone/nonetwork.c b/tests/libgit2/clone/nonetwork.c
index eab633635..0c4e5a87d 100644
--- a/tests/libgit2/clone/nonetwork.c
+++ b/tests/libgit2/clone/nonetwork.c
@@ -296,8 +296,6 @@ void test_clone_nonetwork__clone_tag_to_tree(void)
cl_git_pass(git_tree_entry_bypath(&tentry, tree, file_path));
git_tree_entry_free(tentry);
git_tree_free(tree);
-
- cl_fixture_cleanup("testrepo.git");
}
static void assert_correct_reflog(const char *name)