mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 06:24:17 +00:00
cmd: efidebug: add missing efi_free_pool for dh subcommand
This adds the missing efi_free_pool call for dh subcommand.
Fixes: a80146205d
("cmd: efidebug: add dh command")
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
9fd3f881c6
commit
0c95744bcc
1 changed files with 1 additions and 0 deletions
|
@ -486,6 +486,7 @@ static int do_efi_show_handles(struct cmd_tbl *cmdtp, int flag,
|
||||||
if (guidcmp(guid[j], &efi_guid_device_path))
|
if (guidcmp(guid[j], &efi_guid_device_path))
|
||||||
printf(" %pUs\n", guid[j]);
|
printf(" %pUs\n", guid[j]);
|
||||||
}
|
}
|
||||||
|
efi_free_pool(guid);
|
||||||
}
|
}
|
||||||
|
|
||||||
efi_free_pool(handles);
|
efi_free_pool(handles);
|
||||||
|
|
Loading…
Add table
Reference in a new issue