git_revwalk_free

Free a revision walker previously allocated.

extern (C) nothrow @nogc public
void
git_revwalk_free

Parameters

walk libgit2.types.git_revwalk*

traversal handle to close. If null nothing occurs.

Meta