mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Fix a use-after-free error in switch binding
This commit is contained in:
parent
a3e574f63f
commit
c1c2fe04bb
@ -4,7 +4,6 @@
|
||||
#include "sway/input/switch.h"
|
||||
#include <wlr/types/wlr_idle.h>
|
||||
#include "log.h"
|
||||
#include <string.h>
|
||||
|
||||
struct sway_switch *sway_switch_create(struct sway_seat *seat,
|
||||
struct sway_seat_device *device) {
|
||||
|
Loading…
Reference in New Issue
Block a user