Lines Matching refs:memory

141 - fix(disp): fix memory leak lv_scr_load_anim with auto_del and time=0 [`1caafc5`](https://github.c…
431 - fix(fragment): memory leak of fragments #3438 [`3442`](https://github.com/lvgl/lvgl/pull/3442)
432 - fix(draw): solve memory leaking issue [`3437`](https://github.com/lvgl/lvgl/pull/3437)
465 - fix(png): fix possible memory leak when decoding fails [`3249`](https://github.com/lvgl/lvgl/pull…
477 - fix(obj_class): fix possible memory leak when the default disp is NULL [`3235`](https://github.co…
488 - fix(libs): fix memcmp memory access overflow [`3205`](https://github.com/lvgl/lvgl/pull/3205)
532 - fix(refr): fix memory write out of bounds issue [`13c99fc`](https://github.com/lvgl/lvgl/commit/1…
687 - feat(freetype): optimize memory allocation [`2849`](https://github.com/littlevgl/lvgl/pull/2849)
738 - fix(snapshot) fix memory leak [`2970`](https://github.com/littlevgl/lvgl/pull/2970)
755 - fix(draw): fix set_px_cb memory write overflow crash. [`2882`](https://github.com/littlevgl/lvgl/…
759 - fix(arc) free memory when drawing full-circle arc [`2869`](https://github.com/littlevgl/lvgl/pull…
761 - fix(draw): fix memory access out of bounds when using blend subtract [`2860`](https://github.com/…
818 - fix(table, chart): fix memory leaks [`8d52de1`](https://github.com/littlevgl/lvgl/commit/8d52de14…
1037 - fix(png) memory leak for sjpg and use lv_mem_... in lv_png [`2704`](https://github.com/lvgl/lvgl/…
1099 - fix(disp) fix memory leak in lv_disp_remove [`2355`](https://github.com/lvgl/lvgl/pull/2355)
1500 - chore(assert) add warning about higher memory usage if LV_USE_ASSERT_STYLE is enabled [`33e4330`]…
1532 - fix(disp) fix memory leak in lv_disp_remove (#2355)
1605 - fix memory leak of spangroup (#2285) <a href="https://github.com/lvgl/lvgl/commit/33e0926a">33e09…
1862 - Add `lv_font_free()` function - Frees the memory allocated by the `lv_font_load()` function
1912 - fix using freed memory in _lv_style_list_remove_style
1986 - chart: fix memory leak