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, th
You need to also execute GUnload before leaving the page. Simply add an "unload" event:
Read more about this leak at the Google Maps API