mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Frame: use class IntrusivePtr
This commit is contained in:
parent
79570fdfd6
commit
78e736621c
4 changed files with 17 additions and 37 deletions
|
@ -265,7 +265,7 @@ bool Trigger::Eval()
|
|||
return false;
|
||||
}
|
||||
|
||||
f->SetTrigger(this);
|
||||
f->SetTrigger({NewRef{}, this});
|
||||
|
||||
IntrusivePtr<Val> v;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue