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=76671 --- shadow/76671 2005-11-12 08:00:14.000000000 -0500 +++ shadow/76671.tmp.21429 2005-11-14 04:59:49.000000000 -0500 @@ -93,6 +93,14 @@ container = type->...->owner; instead of the passed-in generic_context. Also, it may be cleaner if this part of the code happens where the MonoType is allocated. + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-14 04:59 ------- +1. Changed the code to use type->..->owner. +2. this MonoType is being allocated in +mono_type_create_from_typespec_full itself, so i guess the code is +fine here. + +Attached is the updated patch. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
