atzberg / mango-selm

Simulation methods for particle systems, materials, and complex fluids with fluctuating hydrodynamics approaches (stochastic immersed boundary methods, stochastic eulerian-lagrangian methods) [interfaces with LAMMPS MD package]
http://atzberger.org/
11 stars 2 forks source link

memory leak issues #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
memory leak checked from valgrind:

1. LAMMPS_NS::FixSELM::initAttributes()
fix_SELM.cpp  line: 275, 278, 281 
LAMMPS_NS::FixSELM::FixSELM(LAMMPS_NS::LAMMPS*, int, char**)
fix_SELM.cpp  line: 135

2. LAMMPS_NS::fix_SELM_XML_Handler::XML_endElement(std::string, 
Atz_XML_SAX_DataHandler*)
fix_SELM_XML_Handler.cpp line: 334, 321
LAMMPS_NS::fix_SELM_XML_Handler::setupFixSELM_From_Params()
fix_SELM_XML_Handler.cpp line: 613, 517, 627, 550, 501, 408, 653, 592

3. 
LAMMPS_NS::SELM_Lagrangian_LAMMPS_ATOM_ANGLE_STYLE_XML_Handler::XML_startElement
(std::string, std::map<std::string, std::string, std::less<std::string>, 
std::allocator<std::pair<std::string const, std::string> > >*, 
Atz_XML_SAX_DataHandler*)

SELM_Lagrangian_LAMMPS_ATOM_ANGLE_STYLE_XML_Handler.cpp  line: 113, 117

4. 
LAMMPS_NS::SELM_Integrator_Forward_Euler_Dirichlet_XML_Handler::XML_startElement
(std::string, std::map<std::string, std::string, std::less<std::string>, 
std::allocator<std::pair<std::string const, std::string> > >*, 
Atz_XML_SAX_DataHandler*)
SELM_Integrator_Forward_Euler_Dirichlet_XML_Handler.cpp  line: 130

5. 
LAMMPS_NS::SELM_Interaction_SKIPDATA_XML_Handler::XML_startElement(std::string, 
std::map<std::string, std::string, std::less<std::string>, 
std::allocator<std::pair<std::string const, std::string> > >*, 
Atz_XML_SAX_DataHandler*)
SELM_Interaction_SKIPDATA_XML_Handler.cpp line:84

Original issue reported on code.google.com by lalal...@gmail.com on 23 Feb 2012 at 12:06