mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-28 03:48:45 +00:00
* grub-core/term/ieee1275/console.c (grub_console_fini): Don't
needlessly lose the console.
This commit is contained in:
parent
3006e9810f
commit
cbe0b4efdb
@ -1,3 +1,8 @@
|
||||
2012-06-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/term/ieee1275/console.c (grub_console_fini): Don't
|
||||
needlessly lose the console.
|
||||
|
||||
2012-06-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/dyncmd.c (read_command_list): Don't access freed
|
||||
|
@ -257,9 +257,4 @@ grub_console_init_lately (void)
|
||||
void
|
||||
grub_console_fini (void)
|
||||
{
|
||||
grub_term_unregister_input (&grub_console_term_input);
|
||||
grub_term_unregister_output (&grub_console_term_output);
|
||||
grub_terminfo_output_unregister (&grub_console_term_output);
|
||||
|
||||
grub_terminfo_fini ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user