[Mono-bugs] [Bug 46378][Nor] Changed - Add MemoryStream that points to memory.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 29 Jul 2003 14:03:37 -0400 (EDT)


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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=46378

--- shadow/46378	Tue Jul 29 01:49:36 2003
+++ shadow/46378.tmp.8953	Tue Jul 29 14:03:37 2003
@@ -88,6 +88,13 @@
 
 
 ------- Additional Comments From miguel@ximian.com  2003-07-29 01:49 -------
 Created an attachment (id=4999)
 C# corlib patch for Assembly.cs
 
+
+------- Additional Comments From miguel@ximian.com  2003-07-29 14:03 -------
+Patches are on CVS.
+
+Need to increment the image reference count;  And also make the
+stream's close/idispose release the reference count.  Should probably
+be done with a delegate to call back to.