Kaydet (Commit) 38797f7f authored tarafından David Tardon's avatar David Tardon

valgrind: init. member variables

Change-Id: I7e0d99f549841d466d5dfb69cde74b424ae98b0b
üst 8931c8f3
......@@ -223,6 +223,12 @@ FrameSelectorImpl::FrameSelectorImpl( FrameSelector& rFrameSel ) :
maTLBR( FRAMEBORDER_TLBR ),
maBLTR( FRAMEBORDER_BLTR ),
mnFlags( FRAMESEL_OUTER ),
mnCtrlSize( 0 ),
mnArrowSize( 0 ),
mnLine1( 0 ),
mnLine2( 0 ),
mnLine3( 0 ),
mnFocusOffs( 0 ),
mbHor( false ),
mbVer( false ),
mbTLBR( false ),
......
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