Rpmalloc is initialized here.

This commit is contained in:
Bartosz Taudul 2021-11-25 22:23:28 +01:00
parent 1ed174c1b6
commit 01db142144
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -2429,7 +2429,7 @@ Profiler::DequeueStatus Profiler::Dequeue( moodycamel::ConsumerToken& token )
auto threadName = (const char*)MemRead<uint64_t>( &item->externalNameMetadata.threadName );
SendString( thread, threadName, QueueType::ExternalThreadName );
SendString( thread, name, QueueType::ExternalName );
tracy_free( (void*)threadName );
tracy_free_fast( (void*)threadName );
tracy_free_fast( (void*)name );
++item;
continue;