[Mono-bugs] [Bug 322672] [PATCH] MemoryStream.Close() dose not call is base method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 5 13:47:53 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=322672#c1
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Info Provider|redforks at gmail.com |
Resolution| |WORKSFORME
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2007-11-05 11:47:53 MST ---
As far as I can tell this has been fixed with:
#if NET_2_0
protected override void Dispose (bool disposing)
#else
public override void Close ()
#endif
I added a test case added in SVN r88897.
Please re-open with your own test case if your issue isn't solved.
Thanks
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list