* grub-core/fs/affs.c (grub_affs_mtime): Add missing grub_dl_ref.
This commit is contained in:
parent
4e46148696
commit
a4469c8806
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue