* 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

@ -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)
{