Skip to content
Snippets Groups Projects

MuonEventAthenaPool: Fix memory leak.

Merged Scott Snyder requested to merge ssnyder/athena:leak.MuonEventAthenaPool-20201222 into master

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

Pipeline #2194787 passed

Pipeline passed for 88921f0b on ssnyder:leak.MuonEventAthenaPool-20201222

Merged by Walter LamplWalter Lampl 3 years ago (Dec 23, 2020 2:32pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading