mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
OpaqueVal: use class IntrusivePtr
This commit is contained in:
parent
38b25cf38d
commit
55398ed5d8
8 changed files with 53 additions and 47 deletions
|
@ -54,6 +54,6 @@ void Hash::Finalize()
|
|||
mgr.QueueEventFast(file_hash, {
|
||||
GetFile()->GetVal()->Ref(),
|
||||
new StringVal(kind),
|
||||
hash->Get(),
|
||||
hash->Get().release(),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue