Fix crash on stream flush.

This commit is contained in:
Burak Kaan Köse
2024-06-17 10:16:38 +02:00
parent 49afed7751
commit fe0a03db2f

View File

@@ -213,7 +213,6 @@ namespace Wino.Core.Integration
if (_protocolLogStream != null)
{
_protocolLogStream.Flush();
_protocolLogStream.Dispose();
}
}