mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-04 03:14:41 +00:00
Merge pull request #4031 from libgit2/cmn/plug-test-leak
rebase: plug a leak in the tests
This commit is contained in:
commit
c655def117
@ -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