mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +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();
|
void WatcherThread();
|
||||||
|
|
||||||
std::thread m_watcher_thread;
|
std::thread m_watcher_thread;
|
||||||
std::atomic_bool m_running;
|
std::atomic_bool m_running{false};
|
||||||
|
|
||||||
int m_fd;
|
int m_fd;
|
||||||
sockaddr_un m_addr;
|
sockaddr_un m_addr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user