mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 17:57:25 +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(a);
|
||||||
git_tree_free(b);
|
git_tree_free(b);
|
||||||
|
git_pathspec_free(ps);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user