• unknown's avatar
    BUG#19318 valgrind: memory leak in ndb_mgmd · 87b8bf22
    unknown authored
    clean up after ConfigValuesFactory
    
    
    ndb/include/util/ConfigValues.hpp:
      We now have a destructor
    ndb/src/common/util/ConfigValues.cpp:
      Free m_cfg on destruct (if we've set it).
      
      Also getConfigValues() instead of m_cfg
    87b8bf22
ConfigValues.cpp 16.7 KB