mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed session termination crash
This commit is contained in:
parent
05c914156a
commit
259a63e612
1 changed files with 2 additions and 2 deletions
4
SAM.cpp
4
SAM.cpp
|
@ -577,8 +577,8 @@ namespace client
|
||||||
{
|
{
|
||||||
if (!ecode)
|
if (!ecode)
|
||||||
s->Receive ();
|
s->Receive ();
|
||||||
else
|
else
|
||||||
s->Terminate ();
|
s->m_Owner.GetService ().post ([s] { s->Terminate (); });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue