Side navigation
#62 closed bug (fixed)
Opened July 12, 2006 10:53PM UTC
Closed July 17, 2006 04:57AM UTC
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,
Attachments (0)
Change History (1)
Changed July 17, 2006 04:57AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev 155.