Kaydet (Commit) 106d1621 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707966 Uninitialized pointer field

Change-Id: I9aa3bbae431c5fb3f1713a7c48350e82c6618927
üst 2ae1345e
......@@ -700,6 +700,7 @@ TypeWriter::TypeWriter(typereg_Version version,
, m_fileName(fileName)
, m_fieldCount(fieldCount)
, m_methodCount(methodCount)
, m_methods(NULL)
, m_referenceCount(referenceCount)
, m_references(NULL)
, m_blop(NULL)
......
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