Skip to content
Snippets Groups Projects
Commit cd9858fc authored by Adam Edward Barton's avatar Adam Edward Barton Committed by Adam Edward Barton
Browse files

Fix memory leak in cascade vertexing

Former-commit-id: 99a74283bc11c180527a58d0f28a595dcb0783dd
parent ed2be4e6
No related branches found
No related tags found
No related merge requests found
......@@ -747,7 +747,7 @@ VxCascadeInfo * TrkVKalVrtFitter::fitCascade(const Vertex* primVrt, bool FirstDe
xaodVrtList.push_back(tmpXAODVertex); //VK Save xAOD::Vertex
//
//---- Save and clean
delete tmpVTAV;delete tmpRecV; //Mandatory cleaning
delete tmpVTAV;delete tmpRecV; delete fullDeriv; //Mandatory cleaning
}
//
// Save momenta of all particles including combined at vertex positions
......
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