:: commit 31345a38293116afc9ebea9786794017d7c426a1

Mintsuki <mintsuki@protonmail.com> — 2025-12-25 18:38

parents: 4d5bfa6af2

menu: Remove pmm_free() call which is bogus after commit 4d5bfa6af2b157b3525dc1d7043071eb02e938e8

diff --git a/common/menu.c b/common/menu.c
index 3e29e052..c0348515 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -572,7 +572,6 @@ static size_t print_tree(size_t offset, size_t window, const char *shift, size_t
 #endif
                     skip_entry = true;
                 }
-                pmm_free(cur_entry_protocol, strlen(cur_entry_protocol) + 1);
                 if (skip_entry) {
                     current_entry = current_entry->next;
                     continue;
tab: 248 wrap: offon