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 BrowserViewModel memory leak #1016

Open
BPerlakiH opened this issue Oct 31, 2024 · 0 comments
Open

Fix BrowserViewModel memory leak #1016

BPerlakiH opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@BPerlakiH
Copy link
Collaborator

Even if the tab is closed/deleted and the related BrowserViewModel is cleared from the cache, it stays around in the memory (a leak). One of the reasons, I have found so far, is that it's easy to put a class into Swift UI's @Environment, but there's no easy way to take it out from there (so far I haven't found a solution for that).

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

2 participants