From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UIj1F-00060R-0w for mharc-grub-devel@gnu.org; Thu, 21 Mar 2013 13:11:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIj1A-0005yq-03 for grub-devel@gnu.org; Thu, 21 Mar 2013 13:11:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIj18-0006TP-90 for grub-devel@gnu.org; Thu, 21 Mar 2013 13:11:07 -0400 Received: from collab.rosalab.ru ([217.199.216.181]:56742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIj18-0006Sg-31 for grub-devel@gnu.org; Thu, 21 Mar 2013 13:11:06 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by collab.rosalab.ru (Postfix) with ESMTP id BCD6429C358 for ; Thu, 21 Mar 2013 21:11:03 +0400 (MSK) X-Virus-Scanned: amavisd-new at rosalab.ru Received: from collab.rosalab.ru ([127.0.0.1]) by localhost (collab.rosalab.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id txk6Bg6TJeGI for ; Thu, 21 Mar 2013 21:11:03 +0400 (MSK) Received: from icedphoenix.localnet (unknown [10.168.1.56]) by collab.rosalab.ru (Postfix) with ESMTPSA id 0986429C356 for ; Thu, 21 Mar 2013 21:11:03 +0400 (MSK) From: Vladimir Testov To: grub-devel@gnu.org Subject: [PATCH] seems to be missed grub_free (new one) Date: Thu, 21 Mar 2013 21:11:01 +0400 Message-ID: <3801414.WI2NbnSuZA@icedphoenix> User-Agent: KMail/4.9.5 (Linux/3.5.0-26-generic; KDE/4.9.5; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart4373719.6f8Cxf2oxp" Content-Transfer-Encoding: 7Bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 217.199.216.181 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 17:11:11 -0000 This is a multi-part message in MIME format. --nextPart4373719.6f8Cxf2oxp Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 --nextPart4373719.6f8Cxf2oxp Content-Disposition: attachment; filename="grub-2.00-missed-grub-free.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="grub-2.00-missed-grub-free.patch" 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; } --nextPart4373719.6f8Cxf2oxp--