Commit 9e470ef6 authored by Marc Gravell's avatar Marc Gravell

null physical

parent be53214c
......@@ -108,6 +108,7 @@ public void Dispose()
try
{
var tmp = physical;
physical = null;
tmp?.Shutdown();
}
catch { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment