On Tue, Jun 29, 2010 at 08:00, Peter Schneider <p.schnei...@tis-gmbh.de>wrote:

>
> Index: TimerManager.js
> ===================================================================
> --- TimerManager.js     (Revision 96)
> +++ TimerManager.js     (Arbeitskopie)
> @@ -297,7 +297,8 @@
>       {
>         // ... then stop listening for the periodic timer
>         qx.event.Idle.getInstance().removeListener("interval",
> -                                                   this.__processQueue);
> +                                                   this.__processQueue,
> +                                                   this);
>       }
>     }
>   }
>

This was wrong in the code, and could certainly cause a memory leak. Thanks
for the patch! Fixed with r22536.

Derrell
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to