Blank jQuery page leaks memory in IE?

Blank jQuery page leaks memory in IE?


Hi all,
I've been using Drip to try and track down some memory leaks in my
app, but as I started stripping code out, I discovered a simple blank
page including jQuery seems to leak. The elements seem to be all those
created by the jquery.support object (script, a, divs).
Happens in IE7 and IE8. If you run Drip on the jquery.com homepage
you'll see all the elements leaked.
Is this a known issue? Is there any ETA for a fix?
Our application is likely to be open in a browser for the entire day
(with lots of page loads), so we're keen to plug any leaks. I can
provide more info if needed, but just running Drip 0.5 on the
jquery.com homepage should show what I'm talking about.