Skip to content
Snippets Groups Projects
Commit ba2a72b7 authored by scott snyder's avatar scott snyder
Browse files

CaloRingerTools: Fix memory leak.

Add forgotten call to checkRelease(); needed to free memory.
parent b9778595
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 $
......@@ -121,6 +121,7 @@ StatusCode CaloRingerElectronsReader::execute()
m_clRingsBuilderElectronFctor->operator()( electron );
}
m_clRingsBuilderElectronFctor->checkRelease();
}
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