summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-22 21:31:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:28:24 +0000
commitaf8712655a0569be0c2ea9524157f0be181d080d (patch)
tree1636cb0c794c357936d42355c435f6edb4cf3e03 /tools
parent836a200e5182bae2d06e5671719a26db95d7a995 (diff)
coverity#708554 Uninitialized scalar field
Change-Id: Ib604b25f8c2855439171e0606838b7cc36161976
Diffstat (limited to 'tools')
-rw-r--r--tools/source/memtools/multisel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx
index 65a13c1dc9a7..50a2242ff177 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -102,7 +102,9 @@ bool MultiSelection::ImplMergeSubSelections( size_t nPos1, size_t nPos2 )
MultiSelection::MultiSelection():
aTotRange( 0, -1 ),
nCurSubSel(0),
+ nCurIndex(0),
nSelCount(0),
+ bInverseCur(false),
bCurValid(false),
bSelectNew(false)
{