mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Val: TableVal::Delete() returns IntrusivePtr
This commit is contained in:
parent
6495193aae
commit
d2961c72e1
4 changed files with 10 additions and 12 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue