mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Delete thread when it's cleaned up, not automatically
This commit is contained in:
@@ -94,8 +94,7 @@ void RenderManager::CloseThread()
|
||||
{
|
||||
}
|
||||
|
||||
// the thread deletes itself, don't delete here
|
||||
|
||||
m_Thread->deleteLater();
|
||||
m_Thread = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user