krb5_free_context

Function krb5_free_context 

Source
pub unsafe extern "C" fn krb5_free_context(context: krb5_context)
Expand description

Free a krb5 library context.

@param [in] context Library context

This function frees a @a context that was created by krb5_init_context() or krb5_init_secure_context().