git_diff_stats_free

Deallocate a git_diff_stats.

extern (C) nothrow @nogc
void
git_diff_stats_free

Parameters

stats .git_diff_stats*

The previously created statistics object; cannot be used after free.

Meta