Fix possible crashes if remote hosts are deleted during processing

This commit is contained in:
baldurk
2016-08-26 16:04:07 +02:00
parent 2d5de256d9
commit 52cf19e3b3
2 changed files with 3 additions and 1 deletions
@@ -222,6 +222,8 @@ namespace TreelistView
}
set
{
if (Owner == null)
return;
this[Owner.FieldIndex(fieldname)] = value;
}
}