Fix memory leak in SPNEGO initiator If we eliminate a mechanism from the initiator list because gss_init_sec_context fails, free the memory for that mech OID before removing it from the list. [ghudson@mit.edu: clarified commit message] (cherry picked from commit 1cda48a7ed4069cfc052f974ec3d76a9137c8c5a) https://github.com/krb5/krb5/commit/a32c7a7408dae91a30f644f64ab1fd867ab0a89f Author: Simo Sorce Committer: Tom Yu Commit: a32c7a7408dae91a30f644f64ab1fd867ab0a89f Branch: krb5-1.11 src/lib/gssapi/spnego/spnego_mech.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)