2008-08-21 Felix Zielcke <fzielcke@z-51.de>
* fs/ntfs.c (grub_ntfs_mount): Fix a memory leak.
This commit is contained in:
parent
c9baafe713
commit
380cfbb458
2 changed files with 5 additions and 0 deletions
|
@ -850,6 +850,7 @@ fail:
|
|||
{
|
||||
free_file (&data->mmft);
|
||||
free_file (&data->cmft);
|
||||
grub_free (data);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue