gss_release_oid_set -- Free storage
associated with a gss_OID_set object
C Prototype
OM_uint32 gss_release_oid_set(
OM_uint32 minor_status,
gss_OID_set set );
Arguments
minor_status (output)
An implementation-specific
status code.
set (input)
The gss_OID_set whose
storage is to be deleted.
Description This routine frees storage associated with a GSSAPI generated gss_OID_set object.
The set argument must refer to an OID-set that
was returned from a GSSAPI routine. The gss_release_oid_set routine
frees the storage associated with each individual member OID, the
OID set's elements array, and the gss_OID_set_desc.
Return
Values This routine returns the following GSS status code: