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

Memory leak with disposables not being disposed #63

Open
einari opened this issue Feb 2, 2020 · 0 comments
Open

Memory leak with disposables not being disposed #63

einari opened this issue Feb 2, 2020 · 0 comments
Labels

Comments

@einari
Copy link
Contributor

einari commented Feb 2, 2020

With Autofac, dependencies/services are tracked if they are disposables. If they're never explicitly collected and Autofac is told to dispose and not track the instance anymore, this becomes a memory leak. References to instances are then being kept around.

┆Issue is synchronized with this Asana task

@einari einari added the bug label Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant