aboutsummaryrefslogtreecommitdiff
path: root/rootston/seat.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-16 16:19:17 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-16 16:19:17 -0500
commit584ff1df4c4151994410f4c82fabab32d352975c (patch)
tree06f2933b03384ad904ee214ba2c305d3ac63f3f8 /rootston/seat.c
parent12758a00a2d388b050386f017a3a273c1302e648 (diff)
parent10f3be73843250c400531873b4dd27dba44919fd (diff)
Merge branch 'master' into feature/wlr-seat-touch
Diffstat (limited to 'rootston/seat.c')
-rw-r--r--rootston/seat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/seat.c b/rootston/seat.c
index 38dfc49d..b92643ad 100644
--- a/rootston/seat.c
+++ b/rootston/seat.c
@@ -274,7 +274,6 @@ struct roots_seat *roots_seat_create(struct roots_input *input, char *name) {
seat->seat = wlr_seat_create(input->server->wl_display, name);
if (!seat->seat) {
free(seat);
- roots_cursor_destroy(seat->cursor);
return NULL;
}