CombinedMuonTrackBuilder: Check pointer equality to avoid occasional double-delete
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.