Remove unnecessary null pointer checks
elfring opened this issue · 2 comments
elfring commented
drubinstein commented
Thanks for opening this issue!
I'd rather remove the malloc
s and free
s and use types that implement RAII such as std::vector
or std::deque
if possible. I'm going to close this issue and create a new one instead about RAII.
elfring commented
I am curious then how the software development will be continued also for the topic “Use RAII instead of manual memory management”.