diff --git a/qrenderdoc/Code/Interface/RemoteHost.cpp b/qrenderdoc/Code/Interface/RemoteHost.cpp index c196b75d8..c2cc1d8be 100644 --- a/qrenderdoc/Code/Interface/RemoteHost.cpp +++ b/qrenderdoc/Code/Interface/RemoteHost.cpp @@ -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);