--- trunk/OOPSE-4/src/UseTheForce/DUFF.cpp 2005/03/10 20:28:17 2109 +++ trunk/OOPSE-4/src/UseTheForce/DUFF.cpp 2005/04/13 20:36:45 2189 @@ -105,4 +105,8 @@ void DUFF::parse(const std::string& filename) { } +DUFF::~DUFF(){ + destroyLJTypes(); + destroyStickyTypes(); +} } //end namespace oopse