fix(x11): fix assert on delete (#5799)
This commit is contained in:
committed by
GitHub
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]);
|
||||
|
||||
Reference in New Issue
Block a user