minor commenting clarifications

This commit is contained in:
Vern Paxson 2022-01-07 11:49:03 -08:00
parent 4c1b3c82d9
commit a85d92b2ee
3 changed files with 8 additions and 3 deletions

View file

@ -54,8 +54,9 @@ public:
Frame(int size, const ScriptFunc* func, const zeek::Args* fn_args);
/**
* Deletes the frame. Unrefs its trigger, the values that it
* contains and its closure if applicable.
* Deletes the frame. Unrefs its trigger (implicitly, since it's an
* IntrusivePtr), and the values that the frame contains and its
* closure if applicable.
*/
virtual ~Frame() override;