Commited. (Copyright of fs/ntfs.c has 2008 and Changelog has \t :)) Hopefully I can find out more about the other complains from valgrind.
Am Donnerstag, den 21.08.2008, 15:14 +0200 schrieb Robert Millan: > On Wed, Aug 20, 2008 at 11:01:26PM +0200, Felix Zielcke wrote: > > 2008-08-20 Felix Zielcke <[EMAIL PROTECTED]> > > > > * fs/ntfs.c (grub_ntfs_mount): Fix a memory leak. > > > > Index: fs/ntfs.c > > =================================================================== > > --- fs/ntfs.c (Revision 1822) > > +++ fs/ntfs.c (Arbeitskopie) > > @@ -850,6 +850,7 @@ fail: > > { > > free_file (&data->mmft); > > free_file (&data->cmft); > > + grub_free (data); > > } > > return 0; > > } > > Looks fine to me. > _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel