The documentation states that when a GUI app is destroyed, the LVGL resources it uses are also released. In that case, will the GIF created by lv_gif_dec_create be automatically released? Additionally, can I use lv_del to delete the GIF, or must I use lv_gif_dec_destroy?
