Opened 12 years ago
Closed 12 years ago
#8203 closed bug (fixed)
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;
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
comment:3 Changed 12 years ago by
Milestone: | 1.next → 1.6 |
---|---|
Owner: | set to snover |
Priority: | low → blocker |
Status: | new → assigned |
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixes #8203. Remove some misguided nulling of elements done in the name of IE memory cleanup. Based on a patch by davidmurdoch in pull 226.
Changeset: ad4152709cd7c7b7fdafd2dc0b266fd273aff5d5
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/226