Bug Tracker

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:2 Changed 12 years ago by jitter

Component: unfiledmisc
Priority: undecidedlow

comment:3 Changed 12 years ago by snover

Milestone: 1.next1.6
Owner: set to snover
Priority: lowblocker
Status: newassigned

comment:4 Changed 12 years ago by Dave Methvin

Resolution: fixed
Status: assignedclosed

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.