mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed crash
This commit is contained in:
@@ -174,11 +174,13 @@ namespace client
|
|||||||
|
|
||||||
void ClientDestination::ProcessGarlicMessage (I2NPMessage * msg)
|
void ClientDestination::ProcessGarlicMessage (I2NPMessage * msg)
|
||||||
{
|
{
|
||||||
|
if (m_Service)
|
||||||
m_Service->post (std::bind (&ClientDestination::HandleGarlicMessage, this, msg));
|
m_Service->post (std::bind (&ClientDestination::HandleGarlicMessage, this, msg));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientDestination::ProcessDeliveryStatusMessage (I2NPMessage * msg)
|
void ClientDestination::ProcessDeliveryStatusMessage (I2NPMessage * msg)
|
||||||
{
|
{
|
||||||
|
if (m_Service)
|
||||||
m_Service->post (std::bind (&ClientDestination::HandleDeliveryStatusMessage, this, msg));
|
m_Service->post (std::bind (&ClientDestination::HandleDeliveryStatusMessage, this, msg));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user