Kaydet (Commit) 0bf59c89 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707966 Uninitialized pointer field

Change-Id: I0484afe60697f8b414591eb0efc5284439a7052f
üst 8f36da26
...@@ -699,6 +699,7 @@ TypeWriter::TypeWriter(typereg_Version version, ...@@ -699,6 +699,7 @@ TypeWriter::TypeWriter(typereg_Version version,
, m_doku(documentation) , m_doku(documentation)
, m_fileName(fileName) , m_fileName(fileName)
, m_fieldCount(fieldCount) , m_fieldCount(fieldCount)
, m_fields(NULL)
, m_methodCount(methodCount) , m_methodCount(methodCount)
, m_methods(NULL) , m_methods(NULL)
, m_referenceCount(referenceCount) , m_referenceCount(referenceCount)
......
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