From ca19014af011f5a6433fb6763fa1350c03a77f65 Mon Sep 17 00:00:00 2001 From: JiDe Zhang Date: Fri, 8 Sep 2023 21:36:56 +0800 Subject: xwayland: fix double free wlr_xwayland_shell_v1 --- include/wlr/xwayland/shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr/xwayland/shell.h') diff --git a/include/wlr/xwayland/shell.h b/include/wlr/xwayland/shell.h index 6cd3d93e..da5cb990 100644 --- a/include/wlr/xwayland/shell.h +++ b/include/wlr/xwayland/shell.h @@ -21,6 +21,7 @@ struct wlr_xwayland_shell_v1 { struct wl_global *global; struct { + struct wl_signal destroy; struct wl_signal new_surface; // struct wlr_xwayland_surface_v1 } events; -- cgit v1.2.3