Skip to content

Commit 6472e4e

Browse files
committed
backport fix from wolfpld/tracy#1221
1 parent 63cf44b commit 6472e4e

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)