1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Worker thread will take care of itself.

This commit is contained in:
Bartosz Szreder
2018-02-15 13:19:20 +01:00
parent 9e3f18a62a
commit bae1c02ad0
3 changed files with 3 additions and 11 deletions
-4
View File
@@ -179,10 +179,6 @@ View::View( FileRead& f )
View::~View()
{
m_worker.Shutdown();
if( !m_staticView )
{
m_worker.Join();
}
assert( s_instance != nullptr );
s_instance = nullptr;