[Mono-bugs] [Bug 63809][Maj] Changed - Assembly.Load(byte) fails on repeated calls for same assembly - Possible FIX
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 18:37:18 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=63809
--- shadow/63809 2004-08-24 07:00:04.000000000 -0400
+++ shadow/63809.tmp.12266 2004-09-07 18:37:18.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 63809
Product: Mono: Runtime
Version: unspecified
OS: Red Hat 7.1
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vasantha.paulraj@honeywell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -130,6 +130,9 @@
+ }
g_free (image->name);
g_free (image->files);
/******************Suggested Fix Ends Here**********************/
+
+------- Additional Comments From vargaz@freemail.hu 2004-09-07 18:37 -------
+Fixed in CVS HEAD and the 1.0 branch. Thanks for the patch.