~ruther/dwl

5ca1e22feff3bbe693d1ba9b1299d8bfeb0d933b — Devin J. Pohly 4 years ago 8b13e42
reorder teardowns
1 files changed, 3 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +3 -1
@@ 1653,10 1653,12 @@ main(int argc, char *argv[])
	/* Once wl_display_run returns, we shut down the server. */
	wlr_xwayland_destroy(xwayland);
	wl_display_destroy_clients(dpy);
	wlr_xcursor_manager_destroy(cursor_mgr);
	wl_display_destroy(dpy);

	wlr_xcursor_manager_destroy(cursor_mgr);
	wlr_cursor_destroy(cursor);
	wlr_output_layout_destroy(output_layout);

	return EXIT_SUCCESS;

usage:

Do not follow this link