mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
make sure declHandler_ is null initialised
This commit is contained in:
parent
8712a4fb16
commit
e3e756e6c2
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ libxml2_wrapper<stringT, string_adaptorT>::libxml2_wrapper() :
|
||||||
dtdHandler_(0),
|
dtdHandler_(0),
|
||||||
contentHandler_(0),
|
contentHandler_(0),
|
||||||
errorHandler_(0),
|
errorHandler_(0),
|
||||||
|
declHandler_(0),
|
||||||
locator_(0),
|
locator_(0),
|
||||||
parsing_(false),
|
parsing_(false),
|
||||||
namespaces_(true),
|
namespaces_(true),
|
||||||
|
|
Loading…
Reference in a new issue