Kaydet (Commit) fe5aee3a authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#738746: Unitialized scalar field

Change-Id: Ife4b43187756f94244832e65e277b532665b0dc2
üst f7de7e06
...@@ -121,6 +121,8 @@ void LwpSection::Parse(IXFStream * /*pOutputStream*/) ...@@ -121,6 +121,8 @@ void LwpSection::Parse(IXFStream * /*pOutputStream*/)
LwpIndexSection::LwpIndexSection(LwpObjectHeader &objHdr, LwpSvStream *pStrm) LwpIndexSection::LwpIndexSection(LwpObjectHeader &objHdr, LwpSvStream *pStrm)
: LwpSection(objHdr, pStrm) : LwpSection(objHdr, pStrm)
, m_nForm(0)
, m_nFlags(0)
{} {}
LwpIndexSection::~LwpIndexSection() LwpIndexSection::~LwpIndexSection()
......
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