summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-23 10:44:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-23 14:16:06 +0100
commit0bf59c89ce739892ed55854acdf6e9dde2681cd1 (patch)
tree5f637c70a88fd2dda4e442ca6851b1aac048a5c0 /registry
parent8f36da26141b38b8976981d6673c64c43f38430b (diff)
coverity#707966 Uninitialized pointer field
Change-Id: I0484afe60697f8b414591eb0efc5284439a7052f
Diffstat (limited to 'registry')
-rw-r--r--registry/source/reflwrit.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx
index e463a1f5f0cf..3cbcc2f68bf2 100644
--- a/registry/source/reflwrit.cxx
+++ b/registry/source/reflwrit.cxx
@@ -699,6 +699,7 @@ TypeWriter::TypeWriter(typereg_Version version,
, m_doku(documentation)
, m_fileName(fileName)
, m_fieldCount(fieldCount)
+ , m_fields(NULL)
, m_methodCount(methodCount)
, m_methods(NULL)
, m_referenceCount(referenceCount)