fixed memory leak in EAP-TTLS piggy-back mode

This commit is contained in:
Andreas Steffen
2010-11-09 20:35:53 +01:00
parent 851d60484e
commit 4da597631f
@@ -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);