mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38: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
|
@ -46,6 +46,7 @@ static void delete_value_ptr_array(Value** vals, int num_fields)
|
|||
{
|
||||
for ( int i = 0; i < num_fields; ++i )
|
||||
delete vals[i];
|
||||
|
||||
delete [] vals;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue