[RF] fix memleak in rooabscollection::find#18327
[RF] fix memleak in rooabscollection::find#18327guitargeek merged 3 commits intoroot-project:masterfrom
Conversation
Test Results 18 files 18 suites 4d 16h 27m 49s ⏱️ Results for commit c4cace9. |
|
Can we merge? |
|
What is |
Delete on nullptr is okish, right? No need to set it to null after delete, right? Anyway I will change the first part as suggested, does not harm either. |
|
Indeed, calling |
|
Hi thanks @silverweed, I didn't know that! Sorry Ferdy for the confusion. Unfortunately we can't migrate to |
guitargeek
left a comment
There was a problem hiding this comment.
Thanks you very much for this PR! Sorry for making meaningless comments earlier, I really didn't know calling delete on a nullptr is okay :)
Fixes memory leaks found by valgrind. Similar to #18327
This Pull request:
Changes or fixes:
Fixes #18322
Checklist: