mirror of
https://codeberg.org/Limine/Limine
synced 2026-01-26 13:14:28 +00:00
menu: Remove pmm_free() call which is bogus after commit 4d5bfa6af2b157b3525dc1d7043071eb02e938e8
This commit is contained in:
parent
4d5bfa6af2
commit
31345a3829
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user