Block until thread exits in manager dtors

This commit is contained in:
Vinnie Falco
2013-11-01 15:48:37 -07:00
parent b08c7d15cd
commit 6d06cb29df
2 changed files with 2 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ public:
~ManagerImp ()
{
stopThread ();
}
//--------------------------------------------------------------------------

View File

@@ -56,6 +56,7 @@ public:
~ManagerImp ()
{
stopThread ();
}
//--------------------------------------------------------------------------