1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

No need for lean callstack alloc message.

This commit is contained in:
Bartosz Taudul
2020-07-26 14:25:32 +02:00
parent 18713de70c
commit 4252cac654
4 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -4029,7 +4029,7 @@ bool Worker::Process( const QueueItem& ev )
case QueueType::Callstack:
ProcessCallstack();
break;
case QueueType::CallstackAllocLean:
case QueueType::CallstackAlloc:
ProcessCallstackAlloc();
break;
case QueueType::CallstackSampleLean: