git_blob_free

Close an open blob

This is a wrapper around git_object_free()

IMPORTANT: It *is* necessary to call this method when you stop using a blob. Failure to do so will cause a memory leak.

extern (C) nothrow @nogc
void
git_blob_free

Parameters

blob libgit2_d.types.git_blob*

the blob to close

Meta