micro-os-plus/micro-os-plus-iii

Check if standard deallocators should accept null pointers

Opened this issue · 0 comments

The C standard free() accepts null pointers.

Check if the C++ deallocators should do the same.