mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Stmt: use class IntrusivePtr
This commit is contained in:
parent
50ae129c57
commit
46397de5c0
6 changed files with 176 additions and 218 deletions
|
@ -387,7 +387,7 @@ Val* BroFunc::Call(val_list* args, Frame* parent) const
|
|||
|
||||
try
|
||||
{
|
||||
result = body.stmts->Exec(f, flow);
|
||||
result = body.stmts->Exec(f, flow).release();
|
||||
}
|
||||
|
||||
catch ( InterpreterException& e )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue