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

Find and debug memory leaks with callbacks #17

Open
garretraziel opened this issue Jul 3, 2015 · 1 comment
Open

Find and debug memory leaks with callbacks #17

garretraziel opened this issue Jul 3, 2015 · 1 comment

Comments

@garretraziel
Copy link
Owner

It's likely that Qubie contains a lot of memory leaks. It seems that every "temporary callback" should be cleaned up properly at the end (when connection closes etc.), but this definitely isn't the case in bc11n. It looks like that when code binds callback function to a socket, this callback should be cleared when socked is closed. Go through the code, find all callbacks and examine whether they should be cleared.

@garretraziel
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant