free context

This commit is contained in:
Love Hornquist Astrand
2009-08-27 18:22:31 -07:00
parent 9a4e91b1de
commit f030b4e59a

View File

@@ -155,6 +155,8 @@ get_user_ccache(const ntlm_name name, char **username, struct ntlm_buf *key)
if (id)
krb5_cc_close(context, id);
krb5_free_context(context);
return ret;
}