Commit 9cb99e8b by Edward Thomson

Free temporary merge index

parent 2b848e47
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment