libgit2

git_blame_free

Version:

Free memory allocated by git_blame_file or git_blame_buffer.

Signature

void git_blame_free(git_blame *blame);

Parameters

In
blame

the blame structure to free

Versions