2010-02-06 Vladimir Serbinenko <phcoder@gmail.com>

* fs/fat.c (grub_fat_iterate_dir): Free unibuf at exit.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-06 20:49:57 +01:00
parent 51906b8c8a
commit 468d69fec2
2 changed files with 5 additions and 0 deletions

View file

@ -592,6 +592,7 @@ grub_fat_iterate_dir (grub_disk_t disk, struct grub_fat_data *data,
}
grub_free (filename);
grub_free (unibuf);
return grub_errno;
}