From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HbHDZ-0005W0-MB for mharc-grub-devel@gnu.org; Tue, 10 Apr 2007 10:21:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbHDX-0005VD-M4 for grub-devel@gnu.org; Tue, 10 Apr 2007 10:21:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbHDW-0005V1-Pl for grub-devel@gnu.org; Tue, 10 Apr 2007 10:21:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbHDW-0005Uy-MS for grub-devel@gnu.org; Tue, 10 Apr 2007 10:21:06 -0400 Received: from mx52.ms.so-net.ne.jp ([202.238.83.2]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HbH9Z-0007gy-8w for grub-devel@gnu.org; Tue, 10 Apr 2007 10:17:01 -0400 Received: from temjin (pddf83a.gifunt01.ap.so-net.ne.jp [218.221.248.58]) by mx52.ms.so-net.ne.jp with ESMTP id l3AEGngd012635 for ; Tue, 10 Apr 2007 23:16:54 +0900 (JST) From: "Hitoshi Ozeki" To: "'The development of GRUB 2'" Date: Tue, 10 Apr 2007 23:16:52 +0900 Message-ID: <000201c77b7a$e5e9a670$030010ac@ozeki> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6822 Importance: Normal Thread-Index: Acd7euA7FVGno6bERheo1ld6lCSbLg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-detected-kernel: Solaris 9.1 Subject: On the mm-debug mode, cannot release the memory. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 14:21:07 -0000 Hello, all. Please look at line 445 of 'grub-1.95/kern/mm.c'. -begin--------------------------------------------------------------------- void grub_debug_free (const char *file, int line, void *ptr) { if (grub_mm_debug) grub_printf ("%s:%d: free (%p)\n", file, line, ptr); } -end----------------------------------------------------------------------- This code outputs the message. But doesn't release the memory in actually. -- Hitoshi Ozeki h-ozeki@ck2.so-net.ne.jp