libgit2

git_diff_list_free

Version:

Deallocate a diff list.

Signature

void git_diff_list_free(git_diff_list *diff);

Parameters

In
diff

The previously created diff list; cannot be used after free.

Versions