~ruther/dwl

4f4c540bb9ec47c77ff30e1a7ddd7d00d63c67b2 — Leonardo Hernández Hernández 1 year, 8 months ago 8e3f536
prevent a use-after-free at exit
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 627,6 627,7 @@ cleanup(void)
{
#ifdef XWAYLAND
	wlr_xwayland_destroy(xwayland);
	xwayland = NULL;
#endif
	wl_display_destroy_clients(dpy);
	if (child_pid > 0) {