git_credential_free

Free a credential.

This is only necessary if you own the object; that is, if you are a transport.

extern (C) nothrow @nogc
void
git_credential_free

Parameters

cred .git_credential*

the object to free

Meta