mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fixed crash
This commit is contained in:
parent
759fd0815d
commit
10c7e05ff4
1 changed files with 6 additions and 3 deletions
|
@ -64,9 +64,12 @@ namespace i2p
|
|||
delete session.second;
|
||||
m_NTCPSessions.clear ();
|
||||
delete m_NTCPAcceptor;
|
||||
|
||||
m_Timer->cancel ();
|
||||
delete m_Timer;
|
||||
|
||||
if (m_Timer)
|
||||
{
|
||||
m_Timer->cancel ();
|
||||
delete m_Timer;
|
||||
}
|
||||
|
||||
if (m_SSUServer)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue