aboutsummaryrefslogtreecommitdiff
path: root/wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'wayland.c')
-rw-r--r--wayland.c3
1 files changed, 1 insertions, 2 deletions
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;