Add protection against target control connection dropping immediately

This commit is contained in:
baldurk
2020-03-05 10:39:36 +00:00
parent 1bb1ce6131
commit 6579dfc666
@@ -1174,6 +1174,8 @@ void LiveCapture::connectionThreadEntry()
}
GUIInvoke::call(this, [this]() {
if(!m_Connection)
return;
uint32_t pid = m_Connection->GetPID();
QString target = QString::fromUtf8(m_Connection->GetTarget());
if(pid)