From: Luke Howard Date: Mon, 27 Sep 2010 12:25:21 +0000 (+0200) Subject: don't free OID X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=8bb79551710f331931d7cafc58d51bb4f823f33e don't free OID --- diff --git a/plugins/gs2.c b/plugins/gs2.c index 99298c7..bfabc4b 100644 --- a/plugins/gs2.c +++ b/plugins/gs2.c @@ -245,10 +245,12 @@ sasl_gs2_free_context_contents(context_t *text) text->authzid = NULL; } +#if 0 if (text->mechanism != NULL) { gss_release_oid(&min_stat, &text->mechanism); text->mechanism = GSS_C_NO_OID; } +#endif gss_release_buffer(&min_stat, &text->gss_cbindings.application_data);