git_tag_free

Close an open tag

You can no longer use the git_tag pointer after this call.

IMPORTANT: You MUST call this method when you are through with a tag to release memory. Failure to do so will cause a memory leak.

extern (C) nothrow @nogc
void
git_tag_free

Parameters

tag libgit2_d.types.git_tag*

the tag to close

Meta