summaryrefslogtreecommitdiffstats
path: root/common/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/boot.c')
-rw-r--r--common/boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/boot.c b/common/boot.c
index 8502464aa2..0e9f27f9bc 100644
--- a/common/boot.c
+++ b/common/boot.c
@@ -318,6 +318,7 @@ void bootsources_menu(struct bootentries *bootentries, int timeout)
menu_show(bootentries->menu);
+ menu_remove_entry(bootentries->menu, back_entry);
free(back_entry);
}