void kadm5_free_principal_ent(void *server_handle, kadm5_principal_ent_t princ);
In KADM5_API_VERSION_1, free the structure and contents allocated by a call to kadm5_get_principal. In KADM5_API_VERSION_2, free the contents allocated by a call to kadm5_get_principal.
AUTHORIZATION REQUIRED: none (local operation)
void kadm5_free_policy_ent(kadm5_policy_ent_t policy);
Free memory that was allocated by a call to kadm5_get_policy. If the argument is NULL, the function returns succesfully.
AUTHORIZATION REQUIRED: none (local operation)