diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index bb89b5ff..6716ddbc 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -1322,7 +1322,6 @@ void Profiler::Worker() { if( !HandleServerQuery() ) { - if( m_bufferOffset != m_bufferStart ) CommitData(); m_shutdownFinished.store( true, std::memory_order_relaxed ); return; }