From 35b59e81c52f3e9a2fa9147a33b23cd6bb9afbdd Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 9 Apr 2020 10:53:27 -0500 Subject: [PATCH] MCOL-3934 Delete xml parse trees during shutdown --- dbcon/mysql/ha_mcs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbcon/mysql/ha_mcs.h b/dbcon/mysql/ha_mcs.h index 8baf31e7e..c76aff81c 100644 --- a/dbcon/mysql/ha_mcs.h +++ b/dbcon/mysql/ha_mcs.h @@ -21,6 +21,7 @@ #include #include "idb_mysql.h" #include "ha_mcs_sysvars.h" +#include "configcpp.h" extern handlerton* mcs_hton; @@ -49,6 +50,7 @@ public: ha_mcs(handlerton* hton, TABLE_SHARE* table_arg); ~ha_mcs() { + config::Config::deleteInstanceMap(); } /** @brief