MuonEventAthenaPool: Fix memory leak.
In MdtCsmCnv_p1::persToTrans, we initialize the transient object via assigment. But it is a DataVector, so the assignment will leave it as a view container, meaning that its contents will be leaked. Need to convert it back to an owning container before populating it.
Merge request reports
Activity
added MuonSpectrometer master review-pending-level-1 labels
CI Result SUCCESS (hash 88921f0b) Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 2
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 25635] added review-approved label and removed review-pending-level-1 label
mentioned in commit 27c10013
added sweep:ignore label