mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fix a couple of Coverity findings (1433618, 1433619)
This commit is contained in:
parent
66eaf9c7cc
commit
ce2b00fe83
2 changed files with 14 additions and 9 deletions
|
@ -26,6 +26,7 @@ IPAnalyzer::IPAnalyzer()
|
|||
|
||||
IPAnalyzer::~IPAnalyzer()
|
||||
{
|
||||
delete discarder;
|
||||
}
|
||||
|
||||
bool IPAnalyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* packet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue