mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix on-demand mode.
This commit is contained in:
parent
9211ce42da
commit
6be66d7a3c
@ -1022,6 +1022,7 @@ void Profiler::Worker()
|
||||
m_sock->~Socket();
|
||||
tracy_free( m_sock );
|
||||
|
||||
#ifndef TRACY_ON_DEMAND
|
||||
// Client is no longer available here
|
||||
for(;;)
|
||||
{
|
||||
@ -1079,6 +1080,7 @@ void Profiler::Worker()
|
||||
tracy_free( m_sock );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
for(;;)
|
||||
|
Loading…
Reference in New Issue
Block a user