git_commit_graph_writer_free

Free the commit-graph writer and its resources.

extern (C) nothrow @nogc
void
git_commit_graph_writer_free

Parameters

w libgit2.types.git_commit_graph_writer*

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

Meta