git_message_trailer_array_free

Clean's up any allocated memory in the git_message_trailer_array filled by a call to git_message_trailers.

extern (C) nothrow @nogc public
void
git_message_trailer_array_free

Parameters

arr .git_message_trailer_array*

The trailer to free.

Meta