[Extra null pointer checks are not needed in functions](https://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first "Free a null pointer anyway or check first?") like the following. - [bf_Close](https://github.com/olikraus/u8g2/blob/ac15bff2ad21fdcb6055c2f0ac968a7b08f5a472/tools/font/bdfconv/bdf_font.c#L79 "bf_Close function") - [u8x8_bitmap_SetSize](https://github.com/olikraus/u8g2/blob/feaf9c86aea07b4caf15162b0be2a0c9efc45e56/sys/bitmap/common/u8x8_d_bitmap.c#L34 "u8x8_bitmap_SetSize function")
Extra null pointer checks are not needed in functions like the following.