git_buf_dispose

Free the memory referred to by the git_buf.

Note that this does not free the git_buf itself, just the memory pointed to by buffer->ptr.

extern (C) nothrow @nogc public
void
git_buf_dispose

Meta