diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp index 888f6080..9df4fdf4 100644 --- a/server/TracyWorker.hpp +++ b/server/TracyWorker.hpp @@ -971,7 +971,7 @@ private: bool m_ignoreMemFreeFaults; bool m_codeTransfer; bool m_combineSamples; - bool m_identifySamples; + bool m_identifySamples = false; bool m_inconsistentSamples; short_ptr m_gpuCtxMap[256];