libgit2

git_commit_graph_writer_free

Version:

Free the commit-graph writer and its resources.

Signature

void git_commit_graph_writer_free(git_commit_graph_writer *w);

Parameters

In
w

The writer to free. If NULL no action is taken.

Versions