Commit d6cb13d7 by nulltoken

tests: Fix memory leak

parent b3a559dd
...@@ -89,4 +89,5 @@ void test_diff_pathspec__0(void) ...@@ -89,4 +89,5 @@ void test_diff_pathspec__0(void)
git_tree_free(a); git_tree_free(a);
git_tree_free(b); git_tree_free(b);
git_pathspec_free(ps);
} }
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