Stmt: use class IntrusivePtr

This commit is contained in:
Max Kellermann 2020-02-27 10:19:15 +01:00
parent 50ae129c57
commit 46397de5c0
6 changed files with 176 additions and 218 deletions

View file

@ -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 )