All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] seems to be missed grub_free (new one)
@ 2013-03-21 17:11 Vladimir Testov
  0 siblings, 0 replies; only message in thread
From: Vladimir Testov @ 2013-03-21 17:11 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

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

[-- Attachment #2: grub-2.00-missed-grub-free.patch --]
[-- Type: text/x-patch, Size: 342 bytes --]

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;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-21 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21 17:11 [PATCH] seems to be missed grub_free (new one) Vladimir Testov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.