- memory leak fixed

This commit is contained in:
Jan Hutter
2005-11-22 12:36:27 +00:00
parent ec89d4374d
commit b6b836517c
+1
View File
@@ -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;
} }