Event: Use IntrusivePtr to manage obj refcount

Fly-by cleanup.
This commit is contained in:
Arne Welzel 2025-05-22 17:00:38 +02:00
parent e4e9ec3e80
commit 89402fcc1b
2 changed files with 7 additions and 14 deletions

View file

@ -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;
};