mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed crash and few other small issues
This commit is contained in:
parent
74815d7462
commit
06088ff7a2
3 changed files with 11 additions and 7 deletions
|
@ -218,7 +218,7 @@ namespace garlic
|
|||
}
|
||||
|
||||
GarlicRouting routing;
|
||||
GarlicRouting::GarlicRouting ()
|
||||
GarlicRouting::GarlicRouting (): m_IsRunning (false), m_Thread (nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue