mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-04 15:07:41 +00:00
rebase: plug a leak in the tests
This commit is contained in:
parent
c5e6ba2892
commit
f7dcd58cc7
@ -523,6 +523,7 @@ void test_rebase_merge__detached_finish(void)
|
||||
git_reflog_free(reflog);
|
||||
git_annotated_commit_free(branch_head);
|
||||
git_annotated_commit_free(upstream_head);
|
||||
git_reference_free(head_ref);
|
||||
git_reference_free(branch_ref);
|
||||
git_reference_free(upstream_ref);
|
||||
git_rebase_free(rebase);
|
||||
|
Loading…
Reference in New Issue
Block a user