- memory leak fixed
This commit is contained in:
@@ -575,6 +575,7 @@ static status_t parse_header(private_message_t *this)
|
|||||||
if (status != SUCCESS)
|
if (status != SUCCESS)
|
||||||
{
|
{
|
||||||
this->logger->log(this->logger, ERROR, "Header verification failed");
|
this->logger->log(this->logger, ERROR, "Header verification failed");
|
||||||
|
ike_header->destroy(ike_header);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user