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 comment:1
| owner: | → rwaldron |
|---|---|
| status: | new → assigned |
Changed February 16, 2012 06:34PM UTC by comment:2
Changed February 16, 2012 06:34PM UTC by comment:3
| component: | unfiled → manipulation |
|---|---|
| milestone: | None → 1.next |
| priority: | undecided → low |
Changed March 03, 2012 03:13AM UTC by comment:4
| resolution: | → fixed |
|---|---|
| status: | assigned → closed |
Fix #11356. Avoid hoarding elements in DocumentFragments.
Changeset: 1ff284d2cd67f2f4e7cd8b9577191ba80d521763
Changed March 03, 2012 03:28AM UTC by comment:5
| milestone: | 1.next → 1.7.2 |
|---|