mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +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();
|
m_sock->~Socket();
|
||||||
tracy_free( m_sock );
|
tracy_free( m_sock );
|
||||||
|
|
||||||
|
#ifndef TRACY_ON_DEMAND
|
||||||
// Client is no longer available here
|
// Client is no longer available here
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
@ -1079,6 +1080,7 @@ void Profiler::Worker()
|
|||||||
tracy_free( m_sock );
|
tracy_free( m_sock );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
for(;;)
|
for(;;)
|
||||||
|
Loading…
Reference in New Issue
Block a user