Opened 17 years ago
Closed 17 years ago
#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: | ||
Blocked by: | Blocking: |
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,
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev 155.