git_odb_backend_data_free

Frees custom allocated ODB data. This should only be called when memory allocated using git_odb_backend_data_alloc is not returned to libgit2 because the backend encountered an error in the read function after allocation and did not return this data to libgit2.

@param backend the ODB backend that is freeing this memory @param data the buffer to free

package extern (C) nothrow @nogc
void
git_odb_backend_data_free

Meta