Skip to content

Fix leaks related to T/P conversion in HLT result building

Tomasz Bold requested to merge tbold/athena:leak-fix into master

In short, two fixes are implemented here:

  • persistent object after the conversion is deleted now
  • the T/P converters are cached & reused (probably a similar fix should be implemented in the AthTPCnvSvc) The full story is here: ATR-22070 - people involved will be tagged though it. Thanks to @amete for useful pointers.

Merge request reports