fixed memleak when receiving invalid certificate
This commit is contained in:
@@ -475,6 +475,7 @@ static void import_certificate(private_ike_auth_t *this, cert_payload_t *cert_pa
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
cert->destroy(cert);
|
||||||
this->logger->log(this->logger, CONTROL,
|
this->logger->log(this->logger, CONTROL,
|
||||||
"received end entity certificate is not trusted, discarded");
|
"received end entity certificate is not trusted, discarded");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user