libgit2

git_diff_stats_free

Version:

Deallocate a git_diff_stats.

Signature

void git_diff_stats_free(git_diff_stats *stats);

Parameters

In
stats

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

Versions