Re: [PATCH] fix for a memleak in grub_ntfs_mount

2008-08-21 Thread Felix Zielcke
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 Zielc

Re: [PATCH] fix for a memleak in grub_ntfs_mount

2008-08-21 Thread 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) >

[PATCH] fix for a memleak in grub_ntfs_mount

2008-08-20 Thread Felix Zielcke
I have just run valgrind on grub-probe / Attached is a patch to fix a memleak in grub_ntfs_mount, which is very obvious if you look at the code. Probable there's nothing wrong with it and I could just commit it, but as always I want to be sure :) I attached the full valgrind output too. Though it