mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(x11): fix assert on delete (#5799)
This commit is contained in:
parent
b1bf19259b
commit
b54349953a
@ -199,7 +199,6 @@ static void x11_disp_delete_evt_cb(lv_event_t * e)
|
||||
|
||||
lv_timer_delete(xd->timer);
|
||||
|
||||
lv_display_set_buffers(disp, NULL, NULL, 0, LV_DISPLAY_RENDER_MODE_PARTIAL);
|
||||
lv_free(xd->buffer[0]);
|
||||
if(LV_X11_DOUBLE_BUFFER) {
|
||||
lv_free(xd->buffer[1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user