This time grub is building with this patch and I've rechecked twice.

In the nearby function grub_free is present in similar case.
-- 
With best regards,
_______________________________
Vladimir Testov, ROSA Laboratory.
www.rosalab.ru
diff -Naur grub-2.00/grub-core/gfxmenu/font.c grub-new2/grub-core/gfxmenu/font.c
--- grub-2.00/grub-core/gfxmenu/font.c	2012-03-27 18:29:43.000000000 +0400
+++ grub-new2/grub-core/gfxmenu/font.c	2013-03-21 20:38:10.716362935 +0400
@@ -104,6 +104,7 @@
 
       grub_free (glyph.combining);
     }
+  grub_free (logical);
 
   return width;
 }
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to