Opened 14 years ago
Closed 14 years ago
#3485 closed bug (fixed)
Memory leak in isFunction (IE6)
Reported by: | choan | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | memory, leaks | Cc: | |
Blocked by: | Blocking: |
Description
Changeset [5792] introduced memory leaks in IE6 by applying instanceof to any argument received by isFunction. See http://ajaxian.com/archives/working-aroung-the-instanceof-memory-leak
Related to ticket #2968.
There are two image attachments included which show the memory usage progression.
Patch is provided.
Attachments (3)
Change History (5)
Changed 14 years ago by
Attachment: | Picture 42.png-2.jpg added |
---|
Changed 14 years ago by
Attachment: | Picture 44.png.jpg added |
---|
Changed 14 years ago by
Attachment: | isfunction_memory_leak.diff added |
---|
comment:1 Changed 14 years ago by
need: | Review → Commit |
---|---|
Owner: | set to flesler |
Priority: | critical → major |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Applied at [5891]. Thanks a bunch.