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.

@param tag the tag to close

extern (C) nothrow @nogc
void
git_tag_free

Meta