grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Vladimir Testov <vladimir.testov@rosalab.ru>
To: grub-devel@gnu.org
Subject: [PATCH] seems to be missed grub_free (new one)
Date: Thu, 21 Mar 2013 21:11:01 +0400	[thread overview]
Message-ID: <3801414.WI2NbnSuZA@icedphoenix> (raw)

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

                 reply	other threads:[~2013-03-21 17:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3801414.WI2NbnSuZA@icedphoenix \
    --to=vladimir.testov@rosalab.ru \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).