Skip to content
Snippets Groups Projects
Commit ae5d204d authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'GSF_MaterialEffectsMemoryLeak' into 'master'

Remove memory leak in MultiStateMaterialEffects

See merge request atlas/athena!15049
parents dfcc4b8b 65453deb
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ class IMultiStateMaterialEffects : virtual public IAlgTool{
std::vector<double> weights;
std::vector<double> deltaPs;
std::vector<const AmgSymMatrix(5)*> deltaCovariances;
~Cache(){ reset(); };
void reset();
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment