Stoppable, make stop() require call to start()

This commit is contained in:
Vinnie Falco
2013-11-01 13:31:38 -07:00
parent 940d620a96
commit b08c7d15cd
6 changed files with 32 additions and 25 deletions

View File

@@ -157,12 +157,6 @@ public:
~ApplicationImp ()
{
stop();
//stop ();
// Why is this needed here?
//m_networkOPs = nullptr;
bassert (s_instance == this);
s_instance = nullptr;
}