destroy sequence number verifier

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12366 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-06-17 03:59:28 +00:00
parent 532c716e88
commit d31ef7cb79
2 changed files with 4 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ OM_uint32 gss_delete_sec_context
(*context_handle)->ticket);
free((*context_handle)->ticket);
}
if((*context_handle)->order)
gssapi_msg_order_destroy(&(*context_handle)->order);
HEIMDAL_MUTEX_unlock(&(*context_handle)->ctx_id_mutex);
HEIMDAL_MUTEX_destroy(&(*context_handle)->ctx_id_mutex);

View File

@@ -63,6 +63,8 @@ OM_uint32 gss_delete_sec_context
(*context_handle)->ticket);
free((*context_handle)->ticket);
}
if((*context_handle)->order)
gssapi_msg_order_destroy(&(*context_handle)->order);
HEIMDAL_MUTEX_unlock(&(*context_handle)->ctx_id_mutex);
HEIMDAL_MUTEX_destroy(&(*context_handle)->ctx_id_mutex);