krb5_free_tgt_creds - Free an array of credential structures.¶
-
void krb5_free_tgt_creds(krb5_context context, krb5_creds **tgts)¶
- param:
[in] context - Library context
[in] tgts - Null-terminated array of credentials to free
Note
The last entry in the array tgts must be a NULL pointer.