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 [EMAIL PROTECTED]




_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to