aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-20 15:32:47 -0500
committerGitHub <noreply@github.com>2017-11-20 15:32:47 -0500
commit6bde8dd56beebc429445196d7d4a120677289317 (patch)
treef6256c013de96d3acfd4218b1f516249bd63c0d6 /xwayland
parentbecd75fd2ebd31fec9fdcf9cc2f37c5957d31b37 (diff)
parent64221c6da1a8783ba1e614a1c821b585b1e70ab8 (diff)
downloadwlroots-6bde8dd56beebc429445196d7d4a120677289317.tar.xz
Merge pull request #431 from emersion/refactor-wlr-list
Refactor wlr_list
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/xwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index 36722591..fa0522d6 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -218,7 +218,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);