http://bugzilla.novell.com/show_bug.cgi?id=599693

http://bugzilla.novell.com/show_bug.cgi?id=599693#c6


--- Comment #6 from Lucas Meijer <[email protected]> 2010-05-10 19:27:13 
UTC ---
The original leak from this bugreport is fixed.  I can get it to leak again my
slightly modifying the csharp file though:


using System.Collections.Generic;
public class Lucas
{
 static void Doit()
 {
   MyClass[] a = new MyClass[100];
   List<MyClass> b = new List<MyClass>();
  System.Console.WriteLine("DOing it, doing it");
 }
}

-- 
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

Reply via email to