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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75831 --- shadow/75831 2005-08-22 09:21:58.000000000 -0400 +++ shadow/75831.tmp.14055 2005-08-22 09:49:33.000000000 -0400 @@ -102,6 +102,14 @@ g_free (ginst->type_argv); g_free (ginst); return cached; the problem is that some type is not duplicated, then freed and used again. + +------- Additional Comments From [EMAIL PROTECTED] 2005-08-22 09:49 ------- +Ok, the real problem is that dup_type doesn't correctly copy stuff for +arrays (and for function pointers). It does for regular pointers +though ( +http://lists.ximian.com/pipermail/mono-patches/2005-February/055177.html ) + +I will create a patch shortly. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
