Kaydet (Commit) 497603f8 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707966 Uninitialized pointer field

Change-Id: Id82e970423dd044c597271b2fa9459cabddd7e26
üst d8833c45
......@@ -701,6 +701,7 @@ TypeWriter::TypeWriter(typereg_Version version,
, m_fieldCount(fieldCount)
, m_methodCount(methodCount)
, m_referenceCount(referenceCount)
, m_references(NULL)
, m_blop(NULL)
, m_blopSize(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