mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 18:03:32 +00:00
Fix leaks in tests/checkout/icase
This commit is contained in:
parent
82a7a24cf4
commit
26d5c0b823
@ -269,7 +269,9 @@ void test_checkout_icase__ignores_unstaged_casechange(void)
|
|||||||
cl_git_pass(git_checkout_tree(repo, (const git_object *)br2, &checkout_opts));
|
cl_git_pass(git_checkout_tree(repo, (const git_object *)br2, &checkout_opts));
|
||||||
|
|
||||||
git_commit_free(orig);
|
git_commit_free(orig);
|
||||||
|
git_commit_free(br2);
|
||||||
git_reference_free(orig_ref);
|
git_reference_free(orig_ref);
|
||||||
|
git_reference_free(br2_ref);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_checkout_icase__conflicts_with_casechanged_subtrees(void)
|
void test_checkout_icase__conflicts_with_casechanged_subtrees(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user