summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/desktop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.c b/src/desktop.c
index a0cb2d2..74ce916 100644
--- a/src/desktop.c
+++ b/src/desktop.c
@@ -442,6 +442,7 @@ ivi_shell_destroy(struct wl_listener *listener, void *data)
struct ivi_compositor *ivi = container_of(listener,
struct ivi_compositor, destroy_listener);
+ weston_desktop_destroy(ivi->desktop);
ivi_compositor_destroy_pending_surfaces(ivi);
}