Commit 0740b462 by Vicent Marti

Merge branch 'master' of https://github.com/Neopallium/libgit2

parents a17777d1 4b64c37f
......@@ -50,6 +50,7 @@ static void clear_parents(git_commit *commit)
void git_commit__free(git_commit *commit)
{
clear_parents(commit);
git_vector_free(&commit->parents);
git_signature_free(commit->author);
git_signature_free(commit->committer);
......
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