Skip to content
Snippets Groups Projects
Commit 88921f0b authored by scott snyder's avatar scott snyder
Browse files

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.
parent 1cadeef5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment