]> git.ipfire.org Git - thirdparty/grub.git/commit
commands/efi/efifwsetup: Add missing grub_free()s
authorRobbie Harwood <rharwood@redhat.com>
Thu, 18 Aug 2022 17:50:09 +0000 (13:50 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 19 Aug 2022 22:19:00 +0000 (00:19 +0200)
commit01d1953fc50764206daad12d9b5dd68721353315
tree0cb76c9273d557d45f8450a3e5c486316b85feef
parenta032782c86575e8d451d1628cc055cad9fb3b096
commands/efi/efifwsetup: Add missing grub_free()s

Each call of grub_efi_get_variable() needs a grub_free().

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/efi/efifwsetup.c