/[grub]/grub2/fs/sfs.c
ViewVC logotype

Diff of /grub2/fs/sfs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marco_g, Sun Oct 9 13:03:53 2005 UTC revision 1.2 by marco_g, Tue Oct 11 16:42:32 2005 UTC
# Line 485  grub_sfs_open (struct grub_file *file, c Line 485  grub_sfs_open (struct grub_file *file, c
485   fail:   fail:
486    if (data && fdiro != &data->diropen)    if (data && fdiro != &data->diropen)
487      grub_free (fdiro);      grub_free (fdiro);
488    grub_free (data->label);    if (data)
489        grub_free (data->label);
490    grub_free (data);    grub_free (data);
491        
492  #ifndef GRUB_UTIL  #ifndef GRUB_UTIL
# Line 565  grub_sfs_dir (grub_device_t device, cons Line 566  grub_sfs_dir (grub_device_t device, cons
566   fail:   fail:
567    if (data && fdiro != &data->diropen)    if (data && fdiro != &data->diropen)
568      grub_free (fdiro);      grub_free (fdiro);
569    grub_free (data->label);    if (data)
570        grub_free (data->label);
571    grub_free (data);    grub_free (data);
572    
573  #ifndef GRUB_UTIL  #ifndef GRUB_UTIL

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26