libgit2

git_credential_free

Version:

Free a credential.

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

Signature

void git_credential_free(git_credential *cred);

Parameters

In
cred

the object to free

Versions