Skip to main content

Bug Tracker

Side navigation

#11356 closed bug (fixed)

Opened February 16, 2012 04:57PM UTC

Closed March 03, 2012 03:13AM UTC

Last modified March 03, 2012 03:28AM UTC

safeFragment memory leak

Reported by: KYSergey Owned by: rwaldron
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.

Attachments (0)
Change History (5)

Changed February 16, 2012 04:59PM UTC by rwaldron comment:1

owner: → rwaldron
status: newassigned

Changed February 16, 2012 06:34PM UTC by rwaldron comment:2

Changed February 16, 2012 06:34PM UTC by rwaldron comment:3

component: unfiledmanipulation
milestone: None1.next
priority: undecidedlow

Changed March 03, 2012 03:13AM UTC by Rick Waldron comment:4

resolution: → fixed
status: assignedclosed

Fix #11356. Avoid hoarding elements in DocumentFragments.

Changeset: 1ff284d2cd67f2f4e7cd8b9577191ba80d521763

Changed March 03, 2012 03:28AM UTC by dmethvin comment:5

milestone: 1.next1.7.2