libgit2

git_mailmap_free

Version:

Free the mailmap and its associated memory.

Signature

void git_mailmap_free(git_mailmap *mm);

Parameters

In
mm

the mailmap to free

Versions