Skip to content

fix memory leak in MuonTrackCleaner

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

The now-deleted comment suggests that the original author didn't know about unique_ptr<const T> and therefore created a non-const copy, leaking the original (const) object.

Merge request reports