2005-10-11 Marco Gerards <mgerards@xs4all.nl>

* fs/sfs.c (grub_sfs_open): Don't free `data->label' if it is not
	allocated.
	(grub_sfs_dir): Likewise.
This commit is contained in:
marco_g 2005-10-11 16:42:32 +00:00
parent 9a90987706
commit bb34586ca6
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-10-11 Marco Gerards <mgerards@xs4all.nl>
* fs/sfs.c (grub_sfs_open): Don't free `data->label' if it is not
allocated.
(grub_sfs_dir): Likewise.
2005-10-09 Marco Gerards <mgerards@xs4all.nl>
Add support for the SFS filesystem.