diff options
-rw-r--r-- | registry/source/reflwrit.cxx | 1 |
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) |