patch by Feng Ye - initialize m_typesForCClient

This commit is contained in:
Nick Bolton 2013-07-01 12:25:04 +00:00
parent 7aa05d7fb4
commit 6919b68947
1 changed files with 2 additions and 1 deletions

View File

@ -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),