Fix crash on stream flush.
This commit is contained in:
@@ -213,7 +213,6 @@ namespace Wino.Core.Integration
|
||||
|
||||
if (_protocolLogStream != null)
|
||||
{
|
||||
_protocolLogStream.Flush();
|
||||
_protocolLogStream.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user