[Mono-bugs] [Bug 46378][Nor] Changed - Increment Reference Count when using IntPtr MemoryStreams on ResourceReading.h
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Jan 2004 13:26:57 -0500 (EST)
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=46378
--- shadow/46378 2003-07-29 14:03:37.000000000 -0400
+++ shadow/46378.tmp.7827 2004-01-19 13:26:57.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 46378
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
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,12 @@
------- 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
+
+------- Additional Comments From vargaz@freemail.hu 2004-01-19 13:26 -------
+Fixed in CVS.