diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-21 07:55:36 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-21 07:55:36 -0500 |
commit | e786d17f632377b6875c812d67165bcddb0a4826 (patch) | |
tree | f447fedce70e3b97778990726fc99b73c58fe885 /xwayland | |
parent | 444257b6b17935be5dff11791e9ac9d52cf811b7 (diff) | |
parent | 6bde8dd56beebc429445196d7d4a120677289317 (diff) |
Merge branch 'master' into feature/xwm-selection
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 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); |