Replies: 1 comment
-
We use AddressSanitizer (see On the other hand, if you do know how to set up either of these so that they can be run automatically, then that would be a welcome addition. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After working with smart pointers for many years, one begins to forget worrying about freeing memory. Forgetting this is bad when suddenly one goes back to working with raw pointers (something I did in the latest PR). Good that It was spotted during the review, which is why there is a code review system. is there some kind of checker that can integrated into our build system that can flag any unallocated memory?
Beta Was this translation helpful? Give feedback.
All reactions