Fix a couple of Coverity findings (1433618, 1433619)

This commit is contained in:
Tim Wojtulewicz 2020-10-19 16:29:47 -07:00
parent 66eaf9c7cc
commit ce2b00fe83
2 changed files with 14 additions and 9 deletions

View file

@ -26,6 +26,7 @@ IPAnalyzer::IPAnalyzer()
IPAnalyzer::~IPAnalyzer()
{
delete discarder;
}
bool IPAnalyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* packet)