SWDEV-558078 - Fix use-after-free in graph tests due to AsyncEventHandler (#1502)
This commit is contained in:
committed by
GitHub
parent
4942f3cae5
commit
602ea0be1e
@@ -184,7 +184,7 @@ class HostQueue : public CommandQueue {
|
||||
}
|
||||
}
|
||||
|
||||
void Release() const { delete virtualDevice_; }
|
||||
void Release() const { virtualDevice_->release(); }
|
||||
|
||||
//! Get virtual device for the current thread
|
||||
device::VirtualDevice* vdev() const { return virtualDevice_; }
|
||||
|
||||
Reference in New Issue
Block a user