summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-09 20:55:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-09 21:07:40 +0000
commit3eee2ded1bb4fb4f94d8f262ffe98be5d8a00c7c (patch)
tree961dcfebf7a7214ac1acbb81ee549b55d100cc29 /sw
parent99f50cd8e2ceae421de3f5274dcd5619053bb27f (diff)
coverity#1130483 Uninitialized pointer field
Change-Id: I55bf498f031319b5f8975dfe9fc05d1ec7848751
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/newfrm.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx
index 6634e37e5ce9..d1156b0b4a9a 100644
--- a/sw/source/core/layout/newfrm.cxx
+++ b/sw/source/core/layout/newfrm.cxx
@@ -486,6 +486,7 @@ SwRootFrm::SwRootFrm( SwFrmFmt *pFmt, SwViewShell * pSh ) :
pLastPage( 0 ),
pCurrShell( pSh ),
pWaitingCurrShell( 0 ),
+ pCurrShells(NULL),
pDrawPage( 0 ),
pDestroy( 0 ),
nPhyPageNums( 0 ),