[Mono-bugs] [Bug 638714] LocalReference to IRunnableAdapter not getting released
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Sep 11 08:59:59 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=638714
https://bugzilla.novell.com/show_bug.cgi?id=638714#c1
--- Comment #1 from Ankit Jain <jankit at novell.com> 2010-09-11 12:59:58 UTC ---
Oh, and add this also to the sample:
class FooTimerTask : TimerTask
{
Action<string> action;
public FooTimerTask (Action<string> action)
{
this.action = action;
}
public override void Run ()
{
action ("ignore");
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list