[Mono-bugs] [Bug 46378][Nor] Changed - Increment Reference Count when using IntPtr MemoryStreams on ResourceReading.h

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Sun, 10 Aug 2003 19:14:14 -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	2003-07-29 14:03:37.000000000 -0400
+++ shadow/46378.tmp.21299	2003-08-10 19:14:14.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Add MemoryStream that points to memory.
+Summary: Increment Reference Count when using IntPtr MemoryStreams on ResourceReading.h
 
 A MemoryStream that points to a pinned location in memory, useful when
 accessing data from an mmapped() region of memory (like the resource streams).
 
 Maybe we already do something smart with the resources to avoid having to
 manage it
@@ -95,6 +95,9 @@
 ------- 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.
+
+------- Additional Comments From miguel@ximian.com  2003-08-10 19:14 -------
+Updated the bug caption