Fix delete that should be release

This commit is contained in:
baldurk
2024-05-02 19:17:57 +01:00
parent f8b5c42100
commit 71d3e41fbf
+1 -1
View File
@@ -80,7 +80,7 @@ void D3D12Replay::Shutdown()
SAFE_RELEASE(m_DevConfig->devfactory);
m_DevConfig->sdkconfig->FreeUnusedSDKs();
SAFE_DELETE(m_DevConfig->sdkconfig);
SAFE_RELEASE(m_DevConfig->sdkconfig);
SAFE_DELETE(m_DevConfig);
}