Modify ↓
Ticket #62 (closed bug: fixed)
AJAX Memory Leaks in IE
| Reported by: | john | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | ajax | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
There's a memory leak in jQuery.ajax, at least with IE.
You should add : xml.onreadystatechange = function(){}; xml = null; at the end of onreadystatechange function to avoid it.
I'm not sure svn works for me but. Anyway, i don't want to change anything since you're currently doing bulky updates.
Hope this helps,
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in SVN rev 155.