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