Release both state object property interfaces

This commit is contained in:
baldurk
2024-10-03 16:59:49 +01:00
parent b6c3707ee4
commit 354dc784a4
+1
View File
@@ -1193,6 +1193,7 @@ public:
virtual ~WrappedID3D12StateObject()
{
SAFE_RELEASE(properties);
SAFE_RELEASE(properties1);
SAFE_RELEASE(exports);
Shutdown();
}