Commit 287dc8f2 authored by Marc Gravell's avatar Marc Gravell

let's not nuke the snapshot field...

parent 21061c57
...@@ -247,7 +247,7 @@ internal void Shutdown() ...@@ -247,7 +247,7 @@ internal void Shutdown()
var ioPipe = _ioPipe; var ioPipe = _ioPipe;
var socket = _socket; var socket = _socket;
_ioPipe = null; _ioPipe = null;
socket = null; _socket = null;
if (ioPipe != null) if (ioPipe != null)
......
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