From cb06e1ef33f08d38ce2fb965bf7a9dd82dd980ef Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 14 Jan 2019 14:22:41 -0500 Subject: [PATCH] fixup! wayland: Don't crash if wl_output resource is destroyed after being removed --- src/wayland/meta-wayland-outputs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/meta-wayland-outputs.c b/src/wayland/meta-wayland-outputs.c index 1f99a163d..bd0a3b1ff 100644 --- a/src/wayland/meta-wayland-outputs.c +++ b/src/wayland/meta-wayland-outputs.c @@ -468,7 +468,6 @@ static void meta_wayland_output_finalize (GObject *object) { MetaWaylandOutput *wayland_output = META_WAYLAND_OUTPUT (object); - GList *l; wl_global_destroy (wayland_output->global);