git_refdb_backend.free

Frees any resources held by the refdb (including the git_refdb_backend itself).

A refdb backend implementation must provide this function.

struct git_refdb_backend
void function(.git_refdb_backend* backend) free;

Meta