Fix leak in gss_acquire_cred_with_password The target_mechs array needs to be freed on successful return. https://github.com/krb5/krb5/commit/02a85d73c4548d27dcbc1c1681b4bf1370b03632 Author: Greg Hudson Commit: 02a85d73c4548d27dcbc1c1681b4bf1370b03632 Branch: master src/lib/gssapi/mechglue/g_acquire_cred_with_pw.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)