wayland: don't destroy wl_pointer/wl_keyboard
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-26 13:00:12 -07:00
commit 6f9f98f22c

View file

@ -2017,8 +2017,6 @@ static void MwLLDestroyImpl(MwLL handle) {
} else if(handle->wayland.type == MwLL_WAYLAND_POPUP) {
destroy_popup(handle);
}
wl_keyboard_destroy(handle->wayland.keyboard);
wl_pointer_destroy(handle->wayland.pointer);
}
for(i = 0; i < shlen(handle->wayland.wl_protocol_setup_map); i++) {