From: Andreas Steffen Date: Tue, 9 Nov 2010 19:35:53 +0000 (+0100) Subject: fixed memory leak in EAP-TTLS piggy-back mode X-Git-Tag: 4.5.1~565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da597631f21d3d3eee70e7bcbca8a650c98be77;p=thirdparty%2Fstrongswan.git fixed memory leak in EAP-TTLS piggy-back mode --- diff --git a/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c b/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c index 10d08ca2ac..29b0a93033 100644 --- a/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c +++ b/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c @@ -196,6 +196,7 @@ METHOD(tls_application_t, process, status_t, in->destroy(in); return NEED_MORE; } + this->start_phase2 = FALSE; } type = this->method->get_type(this->method, &vendor);