mirror of
https://github.com/wolfpld/tracy
synced 2025-05-08 07:53:52 +00:00
Close socket when shutting down.
This commit is contained in:
parent
788ca2e5df
commit
99b7e8ad92
@ -2392,7 +2392,7 @@ void Worker::Exec()
|
||||
if( m_shutdown.load( std::memory_order_relaxed ) )
|
||||
{
|
||||
QueryTerminate();
|
||||
return;
|
||||
goto close;
|
||||
}
|
||||
|
||||
auto buf = m_buffer + m_bufferOffset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user