mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 17:17:11 +00:00
Ensure that proxy driver gets properly shut down
This commit is contained in:
@@ -666,6 +666,9 @@ ProxySerialiser::~ProxySerialiser()
|
||||
SAFE_DELETE(m_FromReplaySerialiser);
|
||||
SAFE_DELETE(m_ToReplaySerialiser);
|
||||
|
||||
if(m_Proxy) m_Proxy->Shutdown();
|
||||
m_Proxy = NULL;
|
||||
|
||||
for(auto it=m_ShaderReflectionCache.begin(); it != m_ShaderReflectionCache.end(); ++it)
|
||||
delete it->second;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user