mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fixup! Replace make_intrusive<Frame>() with detail::MakeFrame()
This commit is contained in:
parent
1ae2c742d4
commit
c76a2a2d8f
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ ScriptFunc::~ScriptFunc() {
|
|||
ZVal::DeleteManagedType(cvec[i]);
|
||||
}
|
||||
|
||||
delete captures_frame;
|
||||
Unref(captures_frame);
|
||||
delete captures_offset_mapping;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue