[Mono-bugs] [Bug 42757][Nor] Changed - Xsl Memory Leak
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 11 May 2003 01:14:05 -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=42757
--- shadow/42757 Sun May 11 01:13:26 2003
+++ shadow/42757.tmp.23091 Sun May 11 01:14:05 2003
@@ -1,13 +1,13 @@
Bug#: 42757
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -103,6 +103,12 @@
Run it inside memprof or something similar. I can see about 1200kb
used and it does not move from there.
Running your test case don't stop increasing memory usage, but memprof
does not display any leak. I bet it's related to memory fragmentation.
+
+------- Additional Comments From gonzalo@ximian.com 2003-05-11 01:14 -------
+Oh!
+
+XslTransform needed a destructor to free the parsed stylesheet.
+Fixed in CVS.