OpaqueVal: use class IntrusivePtr

This commit is contained in:
Max Kellermann 2020-02-18 11:22:41 +01:00
parent 38b25cf38d
commit 55398ed5d8
8 changed files with 53 additions and 47 deletions

View file

@ -54,6 +54,6 @@ void Hash::Finalize()
mgr.QueueEventFast(file_hash, {
GetFile()->GetVal()->Ref(),
new StringVal(kind),
hash->Get(),
hash->Get().release(),
});
}