Microchip-MPLAB-Harmony / gfx

Harmony 3 Graphics library
https://microchip-mplab-harmony.github.io/gfx/
Other
16 stars 15 forks source link

gfx canvas effects crash if no callback is defined #35

Open jasonKercher opened 1 year ago

jasonKercher commented 1 year ago

As the title says, if no effect callback is defined, the program will call through a NULL pointer due a missing NULL pointer check here.

MHGC commented 1 year ago

We will fix this. Thanks.