grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On the mm-debug mode, cannot release the memory.


From: Hollis Blanchard
Subject: Re: On the mm-debug mode, cannot release the memory.
Date: Wed, 11 Apr 2007 19:17:36 -0500

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]