MPI job functors have to be created with new, so as to be deleted by delete, because of Composite / Decorator pattern.

This commit is contained in:
Benjamin Bouvier 2012-07-10 17:34:18 +02:00
commit 472b86bc68
3 changed files with 12 additions and 45 deletions

View file

@ -194,10 +194,6 @@ namespace eo
virtual ~ParallelApplyStore()
{
delete _stf;
delete _hrf;
delete _ptf;
delete _iff;
}
protected: