mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Event: Use IntrusivePtr to manage obj refcount
Fly-by cleanup.
This commit is contained in:
parent
e4e9ec3e80
commit
89402fcc1b
2 changed files with 7 additions and 14 deletions
|
@ -95,7 +95,7 @@ private:
|
|||
zeek::Args args;
|
||||
util::detail::SourceID src;
|
||||
analyzer::ID aid;
|
||||
Obj* obj;
|
||||
zeek::IntrusivePtr<Obj> obj;
|
||||
Event* next_event;
|
||||
detail::EventMetadataVectorPtr meta;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue