--- trunk/OOPSE/libmdtools/SimInfo.cpp 2003/07/31 15:35:07 658 +++ trunk/OOPSE/libmdtools/SimInfo.cpp 2003/07/31 19:59:34 660 @@ -55,6 +55,16 @@ SimInfo::SimInfo(){ useEAM = 0; wrapMeSimInfo( this ); +} + +SimInfo::~SimInfo(){ + + map::iterator i; + + for(i = properties.begin(); i != properties.end(); i++) + delete (*i).second; + + } void SimInfo::setBox(double newBox[3]) {