libgit2

git_buf_free

Deprecated
Version:

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.

Deprecations

  • Use git_buf_dispose

See

Signature

void git_buf_free(git_buf *buffer);

Parameters

In
buffer

Versions