* grub-core/term/ieee1275/console.c (grub_console_fini): Don't
needlessly lose the console.
This commit is contained in:
parent
3006e9810f
commit
cbe0b4efdb
2 changed files with 5 additions and 5 deletions
|
@ -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 a new issue