Agglomerate more mallocs to speed-up gfxterm.
This commit is contained in:
parent
22b06e9685
commit
85002bf34a
15 changed files with 254 additions and 187 deletions
|
@ -624,7 +624,7 @@ backward_char (struct screen *screen, int update)
|
|||
linep->buf + screen->column)
|
||||
- linep->buf;
|
||||
|
||||
grub_free (glyph.combining);
|
||||
grub_unicode_destroy_glyph (&glyph);
|
||||
}
|
||||
else if (screen->line > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue