But make sure you specifically remove all references to browser objects
otherwise it will leak. That's what I found out when I was removing the
memory leaks from the API. Have one variable point to window, frame or
document and if it that variable is not set to null when page reloads,
you're screwed. Timeouts should be OK because they are deleted after
execution.
En/Na Eytan Heidingsfeld ha escrit:
> Javascript memory is managed by a garbage collector. So it doesn't
> matter if you just dosetTimeout('blah()',1);because the minute it
> executes all references of it are lost.8an
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev