diff: Fix for memory leak in git_patch

This commit is contained in:
earl
2014-02-21 10:21:32 +01:00
parent 0984c7fdba
commit 0e4a27284f

View File

@@ -127,6 +127,7 @@ wrap_patch(git_patch *patch)
}
}
}
git_patch_free(patch);
return (PyObject*) py_patch;
}