mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
Fix memory leak in xwayland.c
This commit is contained in:
parent
3cae2a2c01
commit
e209fe2d05
@ -91,6 +91,7 @@ void wlr_xwayland_destroy(struct wlr_xwayland *xwayland) {
|
|||||||
}
|
}
|
||||||
xwayland->server = NULL;
|
xwayland->server = NULL;
|
||||||
wlr_xwayland_shell_v1_destroy(xwayland->shell_v1);
|
wlr_xwayland_shell_v1_destroy(xwayland->shell_v1);
|
||||||
|
xwm_destroy(xwayland->xwm);
|
||||||
free(xwayland);
|
free(xwayland);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user