[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like the following. * https://github.com/WebAssembly/binaryen/blob/336baa3d4d01f21646e138be2f06dfd130dd6254/src/support/mixed_arena.h#L116-L118 * https://github.com/WebAssembly/binaryen/blob/336baa3d4d01f21646e138be2f06dfd130dd6254/src/support/mixed_arena.h#L160-L162
An extra null pointer check is not needed in functions like the following.
binaryen/src/support/mixed_arena.h
Lines 116 to 118 in 336baa3
binaryen/src/support/mixed_arena.h
Lines 160 to 162 in 336baa3