libgit2

git_midx_writer_free

Version:

Free the multi-pack-index writer and its resources.

Signature

void git_midx_writer_free(git_midx_writer *w);

Parameters

In
w

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

Versions