Skip to content
Snippets Groups Projects
Commit 02a55baa authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'leak.CaloRingerTools-20201218' into 'master'

CaloRingerTools: Fix memory leak.

See merge request atlas/athena!39300
parents 5cb00eba ba2a72b7
No related branches found
No related tags found
No related merge requests found
/* /*
Copyright (C) 2002-2017, 2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2017, 2019, 2020 CERN for the benefit of the ATLAS collaboration
*/ */
// $Id: CaloRingerElectronsReader.cxx 786306 2016-11-24 13:40:42Z wsfreund $ // $Id: CaloRingerElectronsReader.cxx 786306 2016-11-24 13:40:42Z wsfreund $
...@@ -121,6 +121,7 @@ StatusCode CaloRingerElectronsReader::execute() ...@@ -121,6 +121,7 @@ StatusCode CaloRingerElectronsReader::execute()
m_clRingsBuilderElectronFctor->operator()( electron ); m_clRingsBuilderElectronFctor->operator()( electron );
} }
m_clRingsBuilderElectronFctor->checkRelease();
} }
StatusCode sc; StatusCode sc;
......
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