Frame: use class IntrusivePtr

This commit is contained in:
Max Kellermann 2020-03-05 19:33:51 +01:00
parent 79570fdfd6
commit 78e736621c
4 changed files with 17 additions and 37 deletions

View file

@ -265,7 +265,7 @@ bool Trigger::Eval()
return false;
}
f->SetTrigger(this);
f->SetTrigger({NewRef{}, this});
IntrusivePtr<Val> v;