Ensure proper resource cleanup for failed gss_accept_sec_context() calls
Even if a call to gss_accept_sec_context()
fails, it might still cause
a GSS-API response token to be allocated and left for the caller to
release. We should make sure that all resources are properly cleaned up
when a call to gss_accept_sec_context()
fails.