git_diff_free

Deallocate a diff.

extern (C) nothrow @nogc public
void
git_diff_free

Parameters

diff .git_diff*

The previously created diff; cannot be used after free.

Meta