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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user