Commit 89c1b019 by Yuang Li

fix free error

parent d0eba8ae
...@@ -296,8 +296,6 @@ void test_clone_nonetwork__clone_tag_to_tree(void) ...@@ -296,8 +296,6 @@ void test_clone_nonetwork__clone_tag_to_tree(void)
cl_git_pass(git_tree_entry_bypath(&tentry, tree, file_path)); cl_git_pass(git_tree_entry_bypath(&tentry, tree, file_path));
git_tree_entry_free(tentry); git_tree_entry_free(tentry);
git_tree_free(tree); git_tree_free(tree);
cl_fixture_cleanup("testrepo.git");
} }
static void assert_correct_reflog(const char *name) static void assert_correct_reflog(const char *name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment