Skip to main content

Bug Tracker

Side navigation

#3485 closed bug (fixed)

Opened October 15, 2008 04:29PM UTC

Closed October 18, 2008 10:22PM UTC

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 (2)

Changed October 15, 2008 08:22PM UTC by flesler comment:1

need: ReviewCommit
owner: → flesler
priority: criticalmajor
status: newassigned

Changed October 18, 2008 10:22PM UTC by flesler comment:2

resolution: → fixed
status: assignedclosed

Applied at [5891]. Thanks a bunch.