commit | ab6d99ffde0f7de39aca7479af161bdf54080f3e | [log] [tgz] |
---|---|---|
author | Fabian Blatz <fabianblatz@gmail.com> | Sun Aug 20 19:00:34 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 22 10:01:29 2023 +0200 |
tree | aa37bc44527e2dbed2f0c37cfef4364e3242569e | |
parent | 307708c4506acf851dee3f81100083460362e9ca [diff] |
modules: lvgl: Unify memory management strategy for filesystem Changes the memory management for the lvgl filesystem wrapper to use the memory management strategy selected by kconfig. Additionally fixes memory leaks if fs_{file,dir}_t initialization failed. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>