mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Make sure thread is closed before shutdown
This commit is contained in:
@@ -40,6 +40,7 @@ Core::Core(QString paramFilename, QString remoteHost, uint32_t remoteIdent, bool
|
||||
|
||||
Core::~Core()
|
||||
{
|
||||
m_Renderer.CloseThread();
|
||||
delete m_MainWindow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user