mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix a crash if a connection fails to start very early
This commit is contained in:
@@ -942,6 +942,8 @@ void LiveCapture::connectionThreadEntry()
|
||||
|
||||
connectionClosed();
|
||||
});
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
GUIInvoke::call([this]() {
|
||||
|
||||
Reference in New Issue
Block a user