[host] fix hang on capture error

This commit is contained in:
Geoffrey McRae
2018-10-19 21:16:08 +11:00
parent 31a25c94c6
commit 9f67f42f94
2 changed files with 5 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ private:
~Service();
bool m_initialized;
bool m_running;
DWORD m_consoleSessionID;
uint8_t * m_memory;
IVSHMEM * m_ivshmem;