diff --git a/renderdoc/driver/d3d12/d3d12_device.cpp b/renderdoc/driver/d3d12/d3d12_device.cpp index 790b8d958..d5ad620c5 100644 --- a/renderdoc/driver/d3d12/d3d12_device.cpp +++ b/renderdoc/driver/d3d12/d3d12_device.cpp @@ -976,6 +976,8 @@ WrappedID3D12Device::~WrappedID3D12Device() SAFE_RELEASE(m_CompatDevice.m_pReal); SAFE_RELEASE(m_SharingContract.m_pReal); SAFE_RELEASE(m_pDownlevel); + SAFE_RELEASE(m_pDeviceTools); + SAFE_RELEASE(m_pDeviceTools1); SAFE_RELEASE(m_pDevice14); SAFE_RELEASE(m_pDevice13); SAFE_RELEASE(m_pDevice12);