mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Try to fix a uninitialised valgrind warning
modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc - Fix a regression error on XML libdoc wrong Nlist freing modified: storage/connect/domdoc.h storage/connect/libdoc.cpp storage/connect/libdoc.h storage/connect/plgxml.h storage/connect/tabxml.cpp
This commit is contained in:
@@ -547,6 +547,7 @@ bool TDBXML::Initialize(PGLOBAL g)
|
||||
else
|
||||
Nlist = TabNode->GetChildElements(g);
|
||||
|
||||
Docp->SetNofree(true); // For libxml2
|
||||
#if defined(WIN32)
|
||||
} catch(_com_error e) {
|
||||
// We come here if a DOM command threw an error
|
||||
|
Reference in New Issue
Block a user