mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Don't lock around calling RunCommand(). Closes #1970
This commit is contained in:
@@ -197,12 +197,7 @@ ReplayStatus RemoteHost::Launch()
|
||||
return status;
|
||||
}
|
||||
|
||||
rdcstr run;
|
||||
|
||||
{
|
||||
QMutexLocker autolock(&m_data->mutex);
|
||||
run = RunCommand();
|
||||
}
|
||||
rdcstr run = RunCommand();
|
||||
|
||||
RDProcess process;
|
||||
process.start(run);
|
||||
|
||||
Reference in New Issue
Block a user