Val: TableVal::Delete() returns IntrusivePtr

This commit is contained in:
Max Kellermann 2020-03-04 20:58:38 +01:00
parent 6495193aae
commit d2961c72e1
4 changed files with 10 additions and 12 deletions

View file

@ -2581,7 +2581,7 @@ void IndexExpr::Delete(Frame* f)
if ( ! v2 )
return;
Unref(v1->AsTableVal()->Delete(v2.get()));
v1->AsTableVal()->Delete(v2.get());
}
IntrusivePtr<Expr> IndexExpr::MakeLvalue()