mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't delete thread in LambdaThread until destructor
* This means a non-self deleting thread can be waited for or queried about still after it's completed.
This commit is contained in:
@@ -589,8 +589,8 @@ void CaptureDialog::CheckAndroidSetup(QString &filename)
|
||||
});
|
||||
|
||||
scan->setName(lit("CheckAndroidSetup"));
|
||||
scan->selfDelete(true);
|
||||
scan->start();
|
||||
scan->deleteLater();
|
||||
}
|
||||
|
||||
void CaptureDialog::androidWarn_mouseClick()
|
||||
|
||||
Reference in New Issue
Block a user