Cleaning Up the GSSAPI Server Example
Back in themain() function, the applicationdeletes the service credential withgss_release_cred().If an OID for the mechanism has been specified, the program deletes the OIDwithgss_release_oid() and exits.
(void) gss_release_cred(&min_stat, &server_creds);