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
2
SAM.cpp
2
SAM.cpp
|
@ -578,7 +578,7 @@ namespace client
|
|||
if (!ecode)
|
||||
s->Receive ();
|
||||
else
|
||||
s->Terminate ();
|
||||
s->m_Owner.GetService ().post ([s] { s->Terminate (); });
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue