This fixes the Savannah bug https://savannah.gnu.org/bugs/?51150
---
 grub-core/normal/crypto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/normal/crypto.c b/grub-core/normal/crypto.c
index 2bfd67c..e6d345f 100644
--- a/grub-core/normal/crypto.c
+++ b/grub-core/normal/crypto.c
@@ -147,8 +147,8 @@ read_crypto_list (const char *prefix)
       if (! cur->modname)
  {
   grub_errno = GRUB_ERR_NONE;
-  grub_free (cur);
   grub_free (cur->name);
+  grub_free (cur);
   continue;
  }
       cur->next = crypto_specs;
-- 
2.9.4

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to