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

This commit is contained in:
Mintsuki 2025-12-25 19:38:20 +01:00
parent 4d5bfa6af2
commit 31345a3829
No known key found for this signature in database
GPG Key ID: 1F3C021BECA23821

View File

@ -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;