Merge pull request #2909

dba2de61 levin_protocol_handler_async: call handler destroy function on dtor (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-12-25 21:16:37 +02:00
commit 13b846971c
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public:
async_protocol_handler_config():m_pcommands_handler(NULL), m_pcommands_handler_destroy(NULL), m_max_packet_size(LEVIN_DEFAULT_MAX_PACKET_SIZE)
{}
~async_protocol_handler_config() { set_handler(NULL, NULL); }
void del_out_connections(size_t count);
};