mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Pass over the InternalError() changes.
This commit is contained in:
parent
af446ec189
commit
d6855dc4eb
14 changed files with 33 additions and 52 deletions
|
@ -19,7 +19,6 @@ DataBlock::DataBlock(const u_char* data, int size, int arg_seq,
|
|||
{
|
||||
seq = arg_seq;
|
||||
upper = seq + size;
|
||||
|
||||
block = new u_char[size];
|
||||
|
||||
memcpy((void*) block, (const void*) data, size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue