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

coverity#738743: Unitialized scalar field

Change-Id: I6d8efb5f88b12705fb5efe33dc2d799a7280cda3
üst b9924a77
...@@ -74,6 +74,11 @@ ...@@ -74,6 +74,11 @@
LwpRowLayout::LwpRowLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm) LwpRowLayout::LwpRowLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm)
: LwpVirtualLayout(objHdr, pStrm) : LwpVirtualLayout(objHdr, pStrm)
, crowid(0)
, cheight(0)
, cLeaderDotCount(0)
, cLeaderDotY(0)
, cRowFlags(0)
{ {
m_ConnCellList.clear(); m_ConnCellList.clear();
} }
......
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