http://bugzilla.novell.com/show_bug.cgi?id=568644
http://bugzilla.novell.com/show_bug.cgi?id=568644#c1 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zoltan Varga <[email protected]> 2010-01-07 01:38:00 UTC --- Due to the way mono's garbage collector works, objects might not be collected if there are no user visible references to them, like in this case, there could be references to the result of new object () somewhere on the stack, in registers etc. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
