fixed crash and few other small issues

This commit is contained in:
orignal 2014-03-13 07:43:54 -04:00
parent 74815d7462
commit 06088ff7a2
3 changed files with 11 additions and 7 deletions

View file

@ -218,7 +218,7 @@ namespace garlic
}
GarlicRouting routing;
GarlicRouting::GarlicRouting ()
GarlicRouting::GarlicRouting (): m_IsRunning (false), m_Thread (nullptr)
{
}