* include/grub/gui.h (grub_gfxmenu_timeout_unregister): Free cb
descriptor.
This commit is contained in:
parent
a4f9a5ff92
commit
7c332bdc98
2 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,7 @@ grub_gfxmenu_timeout_unregister (grub_gui_component_t self)
|
|||
if (q->self == self)
|
||||
{
|
||||
*p = q->next;
|
||||
grub_free (q);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue