[Mono-bugs] [Bug 36502][Min] Changed - Strings returned from P/Invoke methods are not freed
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 3 Jul 2003 18:59:01 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36502
--- shadow/36502 Thu Jan 9 04:11:06 2003
+++ shadow/36502.tmp.32286 Thu Jul 3 18:59:01 2003
@@ -1,14 +1,14 @@
Bug#: 36502
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: SuSE Linux 8.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,9 @@
is called, the runtime converts the char* actually returned by the method
into System.String. However, according to Dietmar, the Mono runtime never
frees the char* string. I understand that under .NET, the runtime assumes
that the memory was allocated using CoTaskMemAlloc() and it attempts to
free the memory.
+
+------- Additional Comments From gonzalo@ximian.com 2003-07-03 18:59 -------
+isn't this fixed now?