Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.IO/Stream.cs')
-rwxr-xr-xmcs/class/corlib/System.IO/Stream.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.IO/Stream.cs b/mcs/class/corlib/System.IO/Stream.cs
index 6623da319a1..04884fb5e3d 100755
--- a/mcs/class/corlib/System.IO/Stream.cs
+++ b/mcs/class/corlib/System.IO/Stream.cs
@@ -77,6 +77,7 @@ namespace System.IO
public virtual void Close ()
{
+ Flush ();
}
void IDisposable.Dispose ()