Skip to content

Commit 355a11f

Browse files
committed
Missing initialization of dequeueStatus
1 parent f21f8d6 commit 355a11f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎public/client/TracyProfiler.cpp‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2851,6 +2851,8 @@ Profiler::DequeueStatus Profiler::DequeueSerial()
28512851
const auto sz = m_serialDequeue.size();
28522852
if( sz > 0 )
28532853
{
2854+
dequeueStatus = DequeueStatus::DataDequeued;
2855+
28542856
InitRpmalloc();
28552857
int64_t refSerial = m_refTimeSerial;
28562858
int64_t refGpu = m_refTimeGpu;

0 commit comments

Comments
 (0)