mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fix crash when switching back to local context with connections open
This commit is contained in:
@@ -1182,7 +1182,7 @@ namespace renderdocui.Windows
|
||||
// allow live captures to this host to stay open, that way
|
||||
// we can connect to a live capture, then switch into that
|
||||
// context
|
||||
if (live.Hostname == host.Hostname)
|
||||
if (host != null && live.Hostname == host.Hostname)
|
||||
continue;
|
||||
|
||||
live.CleanItems();
|
||||
|
||||
Reference in New Issue
Block a user