Skip to content

Fix track parameter related memory management in the extrapolator

  • replaces the garbage bin for the track parameters by some smart pointer solution.
  • fix some missing track parameter cleanup in some clients of the extrapolator.

The "smart pointer" solution ensures that during the extrapolation track parameters which are still in use are not destructed. This fixes the crash reported in ATLASRECTS-5340

Edited by Goetz Gaycken

Merge request reports