Kaydet (Commit) 5fbb1641 authored tarafından Noel Grandin's avatar Noel Grandin

cid#707712 Uninitialized pointer field

Change-Id: I95205c6cccac00f782f457215fd650551fe67274
üst a11dff03
......@@ -132,7 +132,10 @@ void OuterThread::run(void)
AffineBridge::AffineBridge(void)
: m_innerThreadId(0),
: m_message (CB_DONE),
m_pCallee (0),
m_pParam (0),
m_innerThreadId(0),
m_pInnerThread (NULL),
m_enterCount (0),
m_outerThreadId(0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment