mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Ensure that temporary resources are destructed before wddm
Change-Id: I39330718f672a4f35941d1a990aec27446ad8b49 Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
dd59f58f19
commit
2a77d71d4c
@@ -82,6 +82,7 @@ Wddm::~Wddm() {
|
||||
destroyPagingQueue();
|
||||
destroyDevice();
|
||||
closeAdapter();
|
||||
UNRECOVERABLE_IF(temporaryResources.get())
|
||||
}
|
||||
|
||||
bool Wddm::init(HardwareInfo &outHardwareInfo) {
|
||||
|
||||
Reference in New Issue
Block a user