zephyr/modules/lvgl
Fabian Blatz 81bc939553 modules: lvgl: lvgl_fs: Free file on close
Add missing call to LV_MEM_CUSTOM_FREE when closing a file to prevent
memory from leaking.

Resolves issue #73148.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2024-06-04 14:07:16 -05:00
..
include modules: lvgl: Add support for frame rounder callback 2024-03-04 22:12:54 +01:00
input modules: lvgl: fix pointer input for normal orientation 2024-05-30 09:46:13 -05:00
CMakeLists.txt modules: lvgl: Update CMakeLists for 8.3.11 2024-01-22 14:02:40 +01:00
Kconfig modules: lvgl: Kconfig: Add missing stubs for DMA2D kconfig symbols 2024-04-10 11:29:19 -04:00
Kconfig.input
Kconfig.memory
Kconfig.shell
lvgl_display_16bit.c
lvgl_display_24bit.c
lvgl_display_32bit.c
lvgl_display_mono.c
lvgl_display.c modules: lvgl: Add support for frame rounder callback 2024-03-04 22:12:54 +01:00
lvgl_fs.c modules: lvgl: lvgl_fs: Free file on close 2024-06-04 14:07:16 -05:00
lvgl_mem.c
lvgl_shell.c build: namespace autoconf.h with zephyr/ 2024-05-28 22:03:55 +02:00
lvgl.c