Kaydet (Commit) 335cc944 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738683 Uninitialized pointer field

Change-Id: I7b69f2e468c21be3020068af25de8001d71eb19a
üst 830b5bf0
...@@ -66,7 +66,10 @@ ...@@ -66,7 +66,10 @@
#include <tools/stream.hxx> #include <tools/stream.hxx>
Lwp9Reader::Lwp9Reader (LwpSvStream* pInputStream, IXFStream* pStream) Lwp9Reader::Lwp9Reader (LwpSvStream* pInputStream, IXFStream* pStream)
: m_pDocStream(pInputStream), m_pStream(pStream), m_LwpFileHdr() : m_pDocStream(pInputStream)
, m_pStream(pStream)
, m_pObjMgr(NULL)
, m_LwpFileHdr()
{} {}
/** /**
......
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