Skip to content

Commit 87272a2

Browse files
NotHyper-474MAJigsaw77
authored andcommitted
backport fix from wolfpld/tracy#1221
1 parent 0039a06 commit 87272a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/thirdparty/tracy-0.13.1/client/TracyProfiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ static Thread* s_symbolThread;
933933
std::atomic<bool> s_symbolThreadGone { false };
934934
#endif
935935
#ifdef TRACY_HAS_SYSTEM_TRACING
936-
static std::atomic<Thread*> s_sysTraceThread = nullptr;
936+
static std::atomic<Thread*> s_sysTraceThread(nullptr);
937937
#endif
938938

939939
#if defined __linux__ && !defined TRACY_NO_CRASH_HANDLER

0 commit comments

Comments
 (0)