mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
"if ( ... ) &analyze" language feature
This commit is contained in:
parent
052cda9df0
commit
9f4da24644
6 changed files with 207 additions and 62 deletions
|
@ -3187,7 +3187,7 @@ HasFieldExpr::HasFieldExpr(ExprPtr arg_op, const char* arg_field_name)
|
|||
|
||||
HasFieldExpr::~HasFieldExpr()
|
||||
{
|
||||
delete field_name;
|
||||
delete[] field_name;
|
||||
}
|
||||
|
||||
ValPtr HasFieldExpr::Fold(Val* v) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue