Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 567 Fix memory leak in old gssrpc authentication auth_gssapi_create(), which is now only used to connect to ancient servers, can leak memory on error or when multiple GSSAPI_INIT calls are required. Ensure that call_res is freed along all exit paths and before each repeat clnt_call() invocation. https://github.com/krb5/krb5/commit/9fa91a67e55c265a655f4276ae6ee1b310537e24 Author: Greg Hudson Commit: 9fa91a67e55c265a655f4276ae6ee1b310537e24 Branch: master src/lib/rpc/auth_gssapi.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)