We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that after each instantiation, there would be Selecto instances that were not destroyed and kept occupying memory.
I have such a scenario, which often needs to be created and then destroyed, which brings memory leaks to my application.
Here are the steps I took to reproduce:
Snapshot 1:
Snapshot 2:
Diff snapshot:
Theoretically, when the page is switched, the Selecto object should be destroyed and recycled by GC, but in fact it is not.
Selecto@295827 Still accessible
Selecto@295827
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environments
Description
I found that after each instantiation, there would be Selecto instances that were not destroyed and kept occupying memory.
I have such a scenario, which often needs to be created and then destroyed, which brings memory leaks to my application.
Here are the steps I took to reproduce:
Snapshot 1:
Snapshot 2:
Diff snapshot:
Theoretically, when the page is switched, the Selecto object should be destroyed and recycled by GC, but in fact it is not.
Selecto@295827
Still accessibleThe text was updated successfully, but these errors were encountered: