diff --git a/Source/Core/Core/MemoryWatcher.h b/Source/Core/Core/MemoryWatcher.h index ebe2b89c50..e49a647aa5 100644 --- a/Source/Core/Core/MemoryWatcher.h +++ b/Source/Core/Core/MemoryWatcher.h @@ -36,7 +36,7 @@ private: void WatcherThread(); std::thread m_watcher_thread; - std::atomic_bool m_running; + std::atomic_bool m_running{false}; int m_fd; sockaddr_un m_addr;