git_odb_backend.free

Frees any resources held by the odb (including the git_odb_backend itself). An odb backend implementation must provide this function.

struct git_odb_backend
void function(.git_odb_backend*) free;

Meta