1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 02:44:15 +00:00

fixed session termination crash

This commit is contained in:
orignal 2016-12-18 10:11:40 -05:00
parent 05c914156a
commit 259a63e612

View File

@ -577,8 +577,8 @@ namespace client
{
if (!ecode)
s->Receive ();
else
s->Terminate ();
else
s->m_Owner.GetService ().post ([s] { s->Terminate (); });
});
}
}