Bug Tracker

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)

Picture 42.png-2.jpg (36.6 KB) - added by choan 14 years ago.
Picture 44.png.jpg (38.5 KB) - added by choan 14 years ago.
isfunction_memory_leak.diff (643 bytes) - added by choan 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by choan

Attachment: Picture 42.png-2.jpg added

Changed 14 years ago by choan

Attachment: Picture 44.png.jpg added

Changed 14 years ago by choan

Attachment: isfunction_memory_leak.diff added

comment:1 Changed 14 years ago by flesler

need: ReviewCommit
Owner: set to flesler
Priority: criticalmajor
Status: newassigned

comment:2 Changed 14 years ago by flesler

Resolution: fixed
Status: assignedclosed

Applied at [5891]. Thanks a bunch.

Note: See TracTickets for help on using tickets.