Skip to content

Commit 67093ab

Browse files
committed
Disable this until upstream UAF is resolved
See: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3513
1 parent f500673 commit 67093ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sway/desktop/layer_shell.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static void handle_output_destroy(struct wl_listener *listener, void *data) {
125125
}
126126
}
127127

128-
wlr_scene_node_destroy(layer->scene->node);
128+
//wlr_scene_node_destroy(layer->scene->node);
129129
layer->output = NULL;
130130
}
131131

sway/lock.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static void sway_session_lock_output_destroy(struct sway_session_lock_output *ou
125125
session_lock_surface_destroy(surf);
126126
}
127127

128-
wlr_scene_node_destroy(output->node);
128+
//wlr_scene_node_destroy(output->node);
129129

130130
wl_list_remove(&output->mode.link);
131131
wl_list_remove(&output->commit.link);

0 commit comments

Comments
 (0)