diff options
author | emersion <contact@emersion.fr> | 2017-11-19 00:17:40 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-19 00:17:40 +0100 |
commit | 016744ef4d2692c800d613e40fbf5d6267fab2e9 (patch) | |
tree | a04c23656dae7d89e3fbf68fc75154706a4f13d4 /xwayland | |
parent | fa36ac90f70787176a5cfdb6fa6835aa1226f697 (diff) |
Refactor wlr_list inside wlroots
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index dff9fac2..3f972e56 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -217,7 +217,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); |