Side navigation
#8203 closed bug (fixed)
Opened February 07, 2011 08:04PM UTC
Closed March 31, 2011 01:35AM UTC
Remove un-needed "someVar = null;"s
Reported by: | musicisair | Owned by: | snover |
---|---|---|---|
Priority: | blocker | Milestone: | 1.6 |
Component: | misc | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It looks like jQuery has some overzealous memoryleak someVar = null
lines. It can't hurt to clean them up a bit.
A specific example can be found in $.support.scriptEval:
// release memory in IE
root = script = id = null;
Attachments (0)
Change History (4)
Changed February 07, 2011 08:48PM UTC by comment:1
Changed February 07, 2011 10:29PM UTC by comment:2
component: | unfiled → misc |
---|---|
priority: | undecided → low |
Changed February 13, 2011 06:06PM UTC by comment:3
milestone: | 1.next → 1.6 |
---|---|
owner: | → snover |
priority: | low → blocker |
status: | new → assigned |
https://github.com/jquery/jquery/pull/226