diff --git a/scripts/valgrind.supp b/scripts/valgrind.supp index 791a792cee8..9719dce16f7 100644 --- a/scripts/valgrind.supp +++ b/scripts/valgrind.supp @@ -23,4 +23,18 @@ fun:pthread_create* fun:posix_boot_cpu fun:main -} \ No newline at end of file +} +{ + lvgl no cleanup + Memcheck:Leak + match-leak-kinds: possible + fun:malloc + fun:lv_mem_alloc +} +{ + lvgl no cleanup 2 + Memcheck:Leak + match-leak-kinds: possible + fun:malloc + fun:lvgl_allocate_rendering_buffers +}