mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Func: use class IntrusivePtr
This commit is contained in:
parent
b18573c804
commit
a0c831a1bd
15 changed files with 89 additions and 146 deletions
|
@ -114,7 +114,7 @@ void EventHandler::Call(val_list* vl, bool no_remote)
|
|||
|
||||
if ( local )
|
||||
// No try/catch here; we pass exceptions upstream.
|
||||
Unref(local->Call(vl));
|
||||
local->Call(vl);
|
||||
else
|
||||
{
|
||||
for ( auto v : *vl )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue