diff options
author | Yuang Li <yuangli88@hotmail.com> | 2022-08-31 17:28:27 +0100 |
---|---|---|
committer | Yuang Li <yuangli88@hotmail.com> | 2022-08-31 17:28:27 +0100 |
commit | 89c1b019b7026406834ce0f68a18f255f4b36f99 (patch) | |
tree | eb9421ffc9621d171fff7d48d8f66814b0b766ef /tests/libgit2 | |
parent | d0eba8ae58092f0db061e3776f194256d0a56fde (diff) | |
download | libgit2-89c1b019b7026406834ce0f68a18f255f4b36f99.tar.gz |
fix free error
Diffstat (limited to 'tests/libgit2')
-rw-r--r-- | tests/libgit2/clone/nonetwork.c | 2 |
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) |