Modify ↓
Ticket #11356 (closed bug: fixed)
safeFragment memory leak
| Reported by: | KYSergey | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | low | Milestone: | 1.7.2 |
| Component: | manipulation | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 15 months ago by rwaldron
- Owner set to rwaldron
- Status changed from new to assigned
comment:3 Changed 15 months ago by rwaldron
- Priority changed from undecided to low
- Component changed from unfiled to manipulation
- Milestone changed from None to 1.next
comment:4 Changed 15 months ago by Rick Waldron
- Status changed from assigned to closed
- Resolution set to fixed
Fix #11356. Avoid hoarding elements in DocumentFragments.
Changeset: 1ff284d2cd67f2f4e7cd8b9577191ba80d521763
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
