mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 12:13:18 +00:00
Free temporary merge index
This commit is contained in:
parent
2b848e47c1
commit
9cb99e8b85
@ -2629,9 +2629,8 @@ int git_merge(
|
||||
on_error:
|
||||
merge_state_cleanup(repo);
|
||||
|
||||
git_index_free(index_new);
|
||||
|
||||
done:
|
||||
git_index_free(index_new);
|
||||
git_index_free(index_repo);
|
||||
|
||||
git_tree_free(ancestor_tree);
|
||||
|
Loading…
Reference in New Issue
Block a user