coverity#1358844 Uninitialized pointer field
Change-Id: I66f34570c49f647cb1fd7775ef263e5e720d8064
This commit is contained in:
parent
77327a0390
commit
478a4032da
@ -326,6 +326,9 @@ private:
|
||||
|
||||
public:
|
||||
XmlWalker()
|
||||
: mpDocPtr(nullptr)
|
||||
, mpRoot(nullptr)
|
||||
, mpCurrent(nullptr)
|
||||
{}
|
||||
|
||||
~XmlWalker()
|
||||
|
Loading…
x
Reference in New Issue
Block a user