tests: Fix memory leak

This commit is contained in:
nulltoken 2013-07-13 14:00:05 +02:00
parent b3a559ddce
commit d6cb13d743

View File

@ -89,4 +89,5 @@ void test_diff_pathspec__0(void)
git_tree_free(a);
git_tree_free(b);
git_pathspec_free(ps);
}