diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 38e5ba53..dc21d57a 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -2086,15 +2086,13 @@ Profiler::DequeueStatus Profiler::Dequeue( moodycamel::ConsumerToken& token ) break; } case QueueType::GpuContextName: - { ptr = MemRead( &item->gpuContextNameFat.ptr ); - uint16_t size = MemRead( &item->gpuContextNameFat.size ); + size = MemRead( &item->gpuContextNameFat.size ); SendSingleString( (const char*)ptr, size ); #ifndef TRACY_ON_DEMAND tracy_free( (void*)ptr ); #endif break; - } case QueueType::PlotData: { int64_t t = MemRead( &item->plotData.time );