1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

BUG#19318 valgrind: memory leak in ndb_mgmd

clean up after ConfigValuesFactory
This commit is contained in:
stewart@mysql.com
2006-04-24 15:20:45 -07:00
parent 5ec0af4acb
commit 518100f0b2
2 changed files with 8 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ public:
public:
ConfigValuesFactory(Uint32 keys = 50, Uint32 data = 10); // Initial
ConfigValuesFactory(ConfigValues * m_cfg); //
~ConfigValuesFactory();
ConfigValues * m_cfg;
ConfigValues * getConfigValues();