[jQuery] Memory leak in blank index.html&jquery
Hi,
> How fast are you reloading? What version of jQuery are you using?
To limit possible influences, I made the same experiment with plain IEs 6 and 7, reloading the test file manually, once in a 15-20 seconds interval. I use the latest file from jquery.com, 1.1.1, * Rev: 1153, Date: 2007-01-22 00:27:54 -0500.
It agains shows an increase of about 100-500 kb of memory, when inspecting directly the iexplore.exe process.
Can someone please verify my results? I use W XP SP2, IE 7 & IE 6 ("standalone IE")
>We have code to remove all memory
> leak-able code, but if it's reloading too fast, it may never get to
> that point.
How does this work? There is some onunload code that cleans things up? Can I put my own code to window.onunload?
Thanks for answering,
M.
> ------------ Původní zpráva ------------
> Od: John Resig <jeresig@gmail.com>
> Předmět: Re: [jQuery] Memory leak in blank index.html&jquery
> Datum: 13.2.2007 16:19:27
> ----------------------------------------
> How fast are you reloading? We have code to remove all memory
> leak-able code, but if it's reloading too fast, it may never get to
> that point.
>
> To our understanding, jQuery doesn't have any known leak points. What
> version of jQuery are you using?
>
> --John
>
> On 2/13/07, Michal.Till <Michal.Till@seznam.cz>