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

CreateDerivedCollection leaks subscriptions with no way to free them #199

Closed
anaisbetts opened this issue Mar 1, 2013 · 0 comments
Closed

Comments

@anaisbetts
Copy link
Member

Calling CreateDerivedCollection will subscribe to the base collection as well as signalReset without any way to detach that subscription.

If you call this in an UpdateTheUI type of method (disregarding the fact that this is not very Functional™), old versions of the collection will be held in memory via the subscriber list of the base collection's CollectionChanged event.

@lock lock bot added the outdated label Jun 25, 2019
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants