Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMemory leak through event listeners #207
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
@arestov Thanks for reporting this. Do you have any interest/ability to send a PR and fix this? |
This comment has been minimized.
This comment has been minimized.
|
This is super old, closing. |
This was referenced Mar 28, 2016
Closed
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After removing torrents it stay (relative objects) in memory.
To fix this we need to unsubscribe objects from events on destroying. Reemit module should provide a way to unsubscribe too.