diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 3e593a34..71dc4c20 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -2450,6 +2450,7 @@ void Profiler::CalibrateDelay() void Profiler::ReportTopology() { +#ifndef TRACY_DELAYED_INIT struct CpuData { uint32_t package; @@ -2592,6 +2593,7 @@ void Profiler::ReportTopology() tracy_free( cpuData ); #endif +#endif } void Profiler::SendCallstack( int depth, const char* skipBefore )