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.