Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11356 closed bug (fixed)

safeFragment memory leak

Reported by: KYSergey Owned by: Rick Waldron
Priority: low Milestone: 1.7.2
Component: manipulation Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:

Description

When I use append function to create dom from string

$('body').append('<div>Test</div>');

jQuery's clean function creates div element and appends it to safeFragment but not performs action to delete it.

Change History (5)

comment:1 Changed 11 years ago by Rick Waldron

Owner: set to Rick Waldron
Status: newassigned

comment:3 Changed 11 years ago by Rick Waldron

Component: unfiledmanipulation
Milestone: None1.next
Priority: undecidedlow

comment:4 Changed 11 years ago by Rick Waldron

Resolution: fixed
Status: assignedclosed

Fix #11356. Avoid hoarding elements in DocumentFragments.

Changeset: 1ff284d2cd67f2f4e7cd8b9577191ba80d521763

comment:5 Changed 11 years ago by dmethvin

Milestone: 1.next1.7.2
Note: See TracTickets for help on using tickets.