From 7d717b3696e8295f1236bb5c6c69417f14394883 Mon Sep 17 00:00:00 2001 From: adnano Date: Sun, 9 Jun 2024 20:30:58 -0400 Subject: Streamline menu callbacks --- wayland.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wayland.c') diff --git a/wayland.c b/wayland.c index d31ca20..0471fe4 100644 --- a/wayland.c +++ b/wayland.c @@ -494,11 +494,10 @@ int menu_run(struct menu *menu) { } } - bool failure = menu->failure; context_destroy(context); menu->context = NULL; - if (failure) { + if (menu->failure) { return EXIT_FAILURE; } return EXIT_SUCCESS; -- cgit v1.2.3