Bug Tracker

Ticket #62 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

AJAX Memory Leaks in IE

Reported by: john Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.0 Component: ajax
Version: 1.0 Keywords:
Cc: Needs:

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

Change History

Changed 2 years ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev 155.

Note: See TracTickets for help on using tickets.