* 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
|
@ -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>
|
2012-05-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/fs.c (grub_fs_probe): Handle GRUB_ERR_OUT_OF_RANGE as
|
* grub-core/kern/fs.c (grub_fs_probe): Handle GRUB_ERR_OUT_OF_RANGE as
|
||||||
|
|
|
@ -612,6 +612,8 @@ grub_affs_mtime (grub_device_t device, grub_int32_t *t)
|
||||||
|
|
||||||
*t = 0;
|
*t = 0;
|
||||||
|
|
||||||
|
grub_dl_ref (my_mod);
|
||||||
|
|
||||||
data = grub_affs_mount (disk);
|
data = grub_affs_mount (disk);
|
||||||
if (!data)
|
if (!data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue