mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #3477 from mmastrac/memorywatcher_crash
MemoryWatcher: Initialize m_running
This commit is contained in:
commit
5db10d83f7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user