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
_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel