git_buf_free

Free the memory referred to by the git_buf. This is an alias of git_buf_dispose and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

@deprecated Use git_buf_dispose @see git_buf_dispose

version(!GIT_DEPRECATE_HARD)
extern (C) nothrow @nogc deprecated
void
git_buf_free

Meta