mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-28 05:40:11 -04:00
This fixes the memory leak in wlr_keyboard_group.keys. The leak happened because wlr_keyboard.keycodes never contains duplicated keycodes while wlr_keyboard_group.keys can, so calling wlr_keyboard_finish() for all the wlr_keyboards in wlr_keyboard_group doesn't always free all the keys in wlr_keyboard_group.keys. |
||
|---|---|---|
| .. | ||
| wlr_buffer.h | ||
| wlr_data_device.h | ||
| wlr_keyboard.h | ||
| wlr_matrix.h | ||
| wlr_output.h | ||
| wlr_region.h | ||
| wlr_scene.h | ||
| wlr_seat.h | ||
| wlr_subcompositor.h | ||
| wlr_tablet_v2.h | ||
| wlr_xdg_shell.h | ||