Skip to main content

Bug Tracker

Side navigation

#4563 closed bug (fixed)

Opened April 21, 2009 07:28AM UTC

Closed April 22, 2009 03:46PM UTC

Memory Leaks in IE

Reported by: dannynm Owned by: brandon
Priority: major Milestone: 1.4
Component: support Version: 1.3.2
Keywords: memory,leak,support,ie Cc:
Blocked by: Blocking:
Description

Discussion here:

http://groups.google.com/group/jquery-dev/browse_thread/thread/d127129441e26e52

jQuery seems to leak a lot of elements in IE. You can test for them using Drip. Most of them appear to come from the jQuery.support object, caused by removeChild calls.

Attachments (0)
Change History (4)

Changed April 21, 2009 06:54PM UTC by brandon comment:1

owner: → brandon

Changed April 21, 2009 06:55PM UTC by brandon comment:2

resolution: → fixed
status: newclosed

this is fixed in r6310

Changed April 22, 2009 10:08AM UTC by dannynm comment:3

resolution: fixed
status: closedreopened

This does not appear to fix any of the leaks. See discussion linked above in the jQuery group.

Changed April 22, 2009 03:46PM UTC by brandon comment:4

resolution: → fixed
status: reopenedclosed

The leaks at runtime caused by jQuery.support are fixed in SVN (at least according to drip). Feel free to reopen by attaching a test case (against SVN) that shows the leaks you are experiencing.

If you are concerned about the rest of the leaks on the jQuery page, file a bug and set component to "site". jQuery itself can't prevent all memory leaks from developers code.