aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-21 07:55:36 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-21 07:55:36 -0500
commite786d17f632377b6875c812d67165bcddb0a4826 (patch)
treef447fedce70e3b97778990726fc99b73c58fe885 /xwayland/xwm.c
parent444257b6b17935be5dff11791e9ac9d52cf811b7 (diff)
parent6bde8dd56beebc429445196d7d4a120677289317 (diff)
Merge branch 'master' into feature/xwm-selection
Diffstat (limited to 'xwayland/xwm.c')
-rw-r--r--xwayland/xwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index febe1ea2..39cd6362 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -221,7 +221,6 @@ static void wlr_xwayland_surface_destroy(
free(xsurface->title);
free(xsurface->class);
free(xsurface->instance);
- wlr_list_free(xsurface->state);
free(xsurface->window_type);
free(xsurface->protocols);
free(xsurface->hints);