>From 7d2b04cdbcfb5c3653adac443ba25358aabea814 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 30 Jun 2014 11:41:32 -0400 Subject: [PATCH 3/4] Don't call free on talloc'ed channel bindings packet --- src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c b/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c index a3a2e4a..a4d3a57 100644 --- a/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c +++ b/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c @@ -1196,9 +1196,6 @@ int eapttls_process(eap_handler_t *handler, tls_session_t *tls_session) } chbind_code = chbind_process(request, req); - /* free the chbind packet; we're done with it */ - free(chbind); - /* encapsulate response here */ if (req->response) { RDEBUG("sending chbind response"); -- 1.7.10.4