Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79022 --- shadow/79022 2006-08-11 06:54:02.000000000 -0400 +++ shadow/79022.tmp.5360 2006-08-11 16:42:55.000000000 -0400 @@ -154,6 +154,11 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-08-11 06:54 ------- Dispose already calls Flush. The underlying FileStream also flushes its buffer when it is being closed. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-11 16:42 ------- +I think the problem is that the finalizer also calls Flush, but +either the finalizer is not called in this case, or it doesn't work. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
