fixed memleak when receiving invalid certificate

This commit is contained in:
Martin Willi
2006-09-14 12:15:41 +00:00
parent 6725ef5f23
commit 567e2a7822
+1
View File
@@ -475,6 +475,7 @@ static void import_certificate(private_ike_auth_t *this, cert_payload_t *cert_pa
}
else
{
cert->destroy(cert);
this->logger->log(this->logger, CONTROL,
"received end entity certificate is not trusted, discarded");
}