mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-08 13:29:45 -05:00
Fix memory leaks
This commit is contained in:
parent
edadbc7c7f
commit
c5df6ca900
9 changed files with 23 additions and 6 deletions
|
|
@ -76,6 +76,7 @@ struct roots_input {
|
|||
|
||||
// TODO: multiseat, multicursor
|
||||
struct wlr_cursor *cursor;
|
||||
struct wlr_xcursor_theme *theme;
|
||||
struct wlr_xcursor *xcursor;
|
||||
struct wlr_seat *wl_seat;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue