mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Adding 'delete' fixes into fastpath.
This commit is contained in:
parent
ef96dc8d4d
commit
21e75891b7
2 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,9 @@ LogWriter::~LogWriter()
|
|||
if ( buf )
|
||||
free(buf);
|
||||
|
||||
for(int i = 0; i < num_fields; ++i)
|
||||
delete fields[i];
|
||||
|
||||
delete [] fields;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue