Cosmetics.

This commit is contained in:
Bartosz Taudul 2019-08-14 23:05:58 +02:00
parent c0b524d8de
commit 6dc79cf14e

View File

@ -1679,9 +1679,9 @@ Profiler::DequeueStatus Profiler::Dequeue( moodycamel::ConsumerToken& token )
case QueueType::MessageAppInfo:
ptr = MemRead<uint64_t>( &item->message.text );
SendString( ptr, (const char*)ptr, QueueType::CustomStringData );
#ifndef TRACY_ON_DEMAND
#ifndef TRACY_ON_DEMAND
tracy_free( (void*)ptr );
#endif
#endif
break;
case QueueType::ZoneBeginAllocSrcLoc:
case QueueType::ZoneBeginAllocSrcLocCallstack: