libgit2

git_pathspec_match_list_free

Version:

Free memory associates with a git_pathspec_match_list

Signature

void git_pathspec_match_list_free(git_pathspec_match_list *m);

Parameters

In
m

The git_pathspec_match_list to be freed

Versions