mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Merge remote branch 'origin/fastpath'
* origin/fastpath: Adding 'delete' fixes into fastpath.
This commit is contained in:
commit
1ebcf4f422
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