From: Hollis Blanchard <hollis@penguinppc.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: On the mm-debug mode, cannot release the memory.
Date: Wed, 11 Apr 2007 19:17:36 -0500 [thread overview]
Message-ID: <1176337056.10119.2.camel@diesel> (raw)
In-Reply-To: <000201c77b7a$e5e9a670$030010ac@ozeki>
On Tue, 2007-04-10 at 23:16 +0900, Hitoshi Ozeki wrote:
> 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.
I hit this problem too, and it has been fixed in CVS.
-Hollis
next prev parent reply other threads:[~2007-04-12 0:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-10 14:16 On the mm-debug mode, cannot release the memory Hitoshi Ozeki
2007-04-12 0:17 ` Hollis Blanchard [this message]
2007-04-12 14:39 ` Hitoshi Ozeki
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=1176337056.10119.2.camel@diesel \
--to=hollis@penguinppc.org \
--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 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.