1
0
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:
Bartosz Taudul 2019-10-28 22:52:52 +01:00
parent 788ca2e5df
commit 99b7e8ad92

View File

@ -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;