javascript memory leak
Posted
by hhj
on Stack Overflow
See other posts from Stack Overflow
or by hhj
Published on 2010-06-07T12:08:43Z
Indexed on
2010/06/07
12:12 UTC
Read the original article
Hit count: 272
I have a some javascript (used with google maps api) that I am testing on IE and Chrome and noticed memory leak symptoms in IE only: when I refresh the page continuously, the amount of memory used in IE keeps growing (fast), but in Chrome it stays constant. Without posting all of the code (as it is rather long), can I get some suggestions as to what to look out for? What could cause the memory to keep growing like this in IE on page refreshes?
Like I said I know its hard without code, but I'd like to see if any generic advice works first. Thanks.
© Stack Overflow or respective owner