git_allocator.gfree

This function shall free the memory pointed to by ptr_. In case ptr_ is NULL, this shall be a no-op.

struct git_allocator
void function(void* ptr_) gfree;

Meta