-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Connection is never destructed #310
Comments
Hi,
works for me again. |
The fix for the memory leak introduced another issue. Working on a fix for this one. |
I've corrected some cases of the "call to empty lib::function" error. Anyone who was experiencing that issue should grab the latest master/HEAD and retest. |
Thanks! |
Connection object is never destructed because its members like m_async_read_handler m_async_write_handler and m_init_handler keep shared pointer to itself (asio/connection.hpp).
The text was updated successfully, but these errors were encountered: