mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Missed a line that should have been in last commit.
This commit is contained in:
parent
2b7aedc688
commit
dd5f48e003
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ Info::Info(const string& file_id, Connection* conn, const string& protocol)
|
||||||
Info::~Info()
|
Info::~Info()
|
||||||
{
|
{
|
||||||
for ( size_t i = 0; i < analyzers.size(); ++i )
|
for ( size_t i = 0; i < analyzers.size(); ++i )
|
||||||
|
delete analyzers[i];
|
||||||
|
|
||||||
DBG_LOG(DBG_FILE_ANALYSIS, "Destroying Info object %s", FileID().c_str());
|
DBG_LOG(DBG_FILE_ANALYSIS, "Destroying Info object %s", FileID().c_str());
|
||||||
Unref(val);
|
Unref(val);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue