Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leak with appendedEls #246

Merged
merged 1 commit into from Dec 9, 2013

Conversation

Coridyn
Copy link
Contributor

@Coridyn Coridyn commented Dec 9, 2013

The list of appended style elements appendedEls is never cleared, preventing the style elements from being garbage collected.

This change clears the list after the style elements have been removed from the DOM.

@jefflembeck jefflembeck merged commit f26cac4 into scottjehl:master Dec 9, 2013
@jefflembeck
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants