--- branches/development/src/selection/HullFinder.cpp 2013/04/25 14:32:56 1866 +++ branches/development/src/selection/HullFinder.cpp 2013/04/29 17:53:48 1867 @@ -88,6 +88,10 @@ namespace OpenMD { #endif } + HullFinder::~HullFinder() { + delete surfaceMesh_; + } + OpenMDBitSet HullFinder::findHull() { Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot(); OpenMDBitSet bsResult(nStuntDoubles_);