#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 5 years ago by
| Owner: | set to Rick Waldron |
|---|---|
| Status: | new → assigned |
comment:2 Changed 5 years ago by
comment:3 Changed 5 years ago by
| Component: | unfiled → manipulation |
|---|---|
| Milestone: | None → 1.next |
| Priority: | undecided → low |
comment:4 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fix #11356. Avoid hoarding elements in DocumentFragments.
Changeset: 1ff284d2cd67f2f4e7cd8b9577191ba80d521763
comment:5 Changed 5 years ago by
| Milestone: | 1.next → 1.7.2 |
|---|
Note: See
TracTickets for help on using
tickets.

https://github.com/jquery/jquery/pull/689