krb5_free_ticket -- Free ticket allocated
by krb5_copy_ticket

C Prototype

void krb5_free_ticket(
krb5_context context,
krb5_ticket *val );
Arguments

context (input/output) | | The context structure. |
| val (input/output) | | A pointer to the data structure
to be freed. |
Description

This routine frees the ticket val that
has been allocated from krb5_copy_ticket and
other routines.
Return
Values

This routine returns the following KRB5 status code: