Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AnalysisStep] Memory leak #183

Open
namapane opened this issue Jun 14, 2023 · 1 comment
Open

[AnalysisStep] Memory leak #183

namapane opened this issue Jun 14, 2023 · 1 comment

Comments

@namapane
Copy link
Contributor

There is a per-event memory leak here:

splittedUncerts_.push_back(new JetCorrectionUncertainty(corrParams));

as new JetCorrectionUncertainty instances are not cleaned up at the end of the loop.

@namapane
Copy link
Contributor Author

@namapane namapane changed the title Memory leak [AnalysisStep] Memory leak Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant