* grub-core/fs/affs.c (grub_affs_mtime): Add missing grub_dl_ref.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-21 22:07:28 +02:00
parent 4e46148696
commit a4469c8806
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-05-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/affs.c (grub_affs_mtime): Add missing grub_dl_ref.
2012-05-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/fs.c (grub_fs_probe): Handle GRUB_ERR_OUT_OF_RANGE as

View File

@ -612,6 +612,8 @@ grub_affs_mtime (grub_device_t device, grub_int32_t *t)
*t = 0;
grub_dl_ref (my_mod);
data = grub_affs_mount (disk);
if (!data)
{