mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 14:15:46 +08:00
patch by Feng Ye - initialize m_typesForCClient
This commit is contained in:
@@ -60,7 +60,8 @@ interrupt(CArch::ESignal, void* data)
|
||||
|
||||
CEventQueue::CEventQueue() :
|
||||
m_systemTarget(0),
|
||||
m_nextType(CEvent::kLast),
|
||||
m_nextType(CEvent::kLast),
|
||||
m_typesForCClient(NULL),
|
||||
m_typesForIStream(NULL),
|
||||
m_typesForCIpcClient(NULL),
|
||||
m_typesForCIpcClientProxy(NULL),
|
||||
|
||||
Reference in New Issue
Block a user