* import_name.c (krb5_gss_import_name): Add missing free of tmp in an error case to fix a memory leak. * inq_cred.c (krb5_gss_inquire_cred): Memory leak fixes: call krb5_gss_release_cred() with address of cred, not cred; add missing call to krb5_gss_release_cred() in an error case. Commit By: tlyu Revision: 17386 Changed Files: U trunk/src/lib/gssapi/krb5/ChangeLog U trunk/src/lib/gssapi/krb5/import_name.c U trunk/src/lib/gssapi/krb5/inq_cred.c