mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +00:00
Fix possible crashes if remote hosts are deleted during processing
This commit is contained in:
@@ -222,6 +222,8 @@ namespace TreelistView
|
||||
}
|
||||
set
|
||||
{
|
||||
if (Owner == null)
|
||||
return;
|
||||
this[Owner.FieldIndex(fieldname)] = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user