Fix leaks in gss_inquire_cred_by_oid() In the mechglue gss_inquire_cred_by_oid(), remove an unnecessary allocation of ret_set which is overwritten by the first mechanism's result. https://github.com/krb5/krb5/commit/0d39d46852587d36fcc5024d5766586faba9044a Author: Greg Hudson Commit: 0d39d46852587d36fcc5024d5766586faba9044a Branch: master src/lib/gssapi/mechglue/g_inq_cred_oid.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)