mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00
tests: Fix memory leak
This commit is contained in:
parent
b3a559ddce
commit
d6cb13d743
@ -89,4 +89,5 @@ void test_diff_pathspec__0(void)
|
||||
|
||||
git_tree_free(a);
|
||||
git_tree_free(b);
|
||||
git_pathspec_free(ps);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user