Skip to content

IoComponentMgr: Only release components during finalize

Frank Winklmeier requested to merge fwinkl/Gaudi:iocomp into master

Since io_reinitialize could be called multiple times in a job (e.g. in the ATLAS HLT) we should not release the IIoComponent during io_reinitialize but only during finalize. Otherwise the refcount will decrease each time and eventually lead to a crash of the job.

Merge request reports