-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[RF] Fix memory leak in RooAbsData::split
#9553
Conversation
Fix a memory leak that was introduced in [1], where the owning pointer returned by `RooAbsArg::getObservables` was not deleted. [1] "New RooAbsData::split function for smaller datasets in categories", commit 5736fd2 in the `master` branch
Starting build on |
Build failed on ROOT-performance-centos8-multicore/default. Failing tests:
|
Build failed on ROOT-debian10-i386/cxx14. Failing tests: |
Build failed on ROOT-ubuntu2004/soversion. Failing tests: |
Build failed on ROOT-ubuntu16/nortcxxmod. Failing tests: |
Build failed on mac1015/python3. Failing tests: |
Build failed on windows10/cxx14. Failing tests: |
f6afda0
to
e5d263e
Compare
Starting build on |
RooAbsData::split
and code modernizationRooAbsData::split
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you for the fix!
Build failed on mac11/cxx17. Failing tests:
And 4 more |
Fix a memory leak that was introduced in [1], where the owning pointer
returned by
RooAbsArg::getObservables
was not deleted.[1] "New RooAbsData::split function for smaller datasets in categories",
commit 5736fd2 in the
master
branch