mirror of
https://github.com/labwc/labwc.git
synced 2025-11-12 13:30:11 -05:00
Before this patch `keybind->keysyms` wasn't free'd when - deduplicating keybinds - removing keybinds due to empty action list This patch creates a shared `keybind_destroy()` helper which gets used in all cases where a keybind is destroyed. |
||
|---|---|---|
| .. | ||
| keybind.c | ||
| libinput.c | ||
| meson.build | ||
| mousebind.c | ||
| rcxml.c | ||
| session.c | ||
| tablet-tool.c | ||
| tablet.c | ||
| touch.c | ||