You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the console example, I get
HEAP: Free Heap block 00E7A590 modified at 00E7ACC8 after it was freed
in visual studio after the main program block ends, did i miss something for cleanup?
Here is my code:
it's fine after i comment
m_client->remove_socket(m_nsp);
in void socket::impl::on_close()
probably that frees the object and some timers are still running?
Based on the console example, I get
HEAP: Free Heap block 00E7A590 modified at 00E7ACC8 after it was freed
in visual studio after the main program block ends, did i miss something for cleanup?
Here is my code:
The text was updated successfully, but these errors were encountered: