* grub-core/kern/dl.c (grub_dl_unload): Fix freeing segments.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-16 21:38:00 +01:00
parent bdfe9eeb2c
commit bb41695449
2 changed files with 5 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2011-11-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/dl.c (grub_dl_unload): Fix freeing segments.
2011-11-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/x86_64/efi/callwrap.S: Fix the comment.