-
Notifications
You must be signed in to change notification settings - Fork 570
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
mpl2: finalization of memory management rework #5502
mpl2: finalization of memory management rework #5502
Conversation
Signed-off-by: Arthur Koucher <[email protected]>
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.
clang-tidy made some suggestions
Signed-off-by: Arthur Koucher <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Arthur Koucher <[email protected]>
576ef6b
to
8a05938
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Arthur Koucher <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
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.
clang-tidy made some suggestions
@maliberty I'm running some tests with valgrind and will also start a secure-CI. With that in mind, this is ready for review. |
Signed-off-by: Arthur Koucher <[email protected]>
f026a07
to
06b58c1
Compare
I force pushed just to fix the last commit message. |
Signed-off-by: Arthur Koucher <[email protected]>
Done Secure-CI didn't show problems and valgrind is clean. |
Clusters now own their children in such a way that destroying the root will destroy all other clusters up to the leaves.