diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 72a3454b..b440995c 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -3260,6 +3260,7 @@ void Profiler::HandleSymbolCodeQuery( uint64_t symbol, uint32_t size ) // but not readable. if( !EnsureReadable( symbol ) ) { + AckServerQuery(); return; } #endif