libgit2

git_cred_free

Version:

Free a credential.

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

Signature

void git_cred_free(git_cred *cred);

Parameters

In
cred

the object to free

Versions