Skip to content

CombinedMuonTrackBuilder: Check pointer equality to avoid occasional double-delete

Walter Lampl requested to merge wlampl/athena:fix5839 into master

One of the many possible code-branches in CombinedMuonTrackBuilder::standaloneFit may lead to the two pointer variables "track" and "extrapolated" pointing to the same object. This change fixes the double-delete.

Fixes ATLASRECTS-5839.

Merge request reports