]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: efidebug: add missing efi_free_pool for dh subcommand
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 29 Jun 2023 02:13:51 +0000 (11:13 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 9 Jul 2023 01:53:08 +0000 (03:53 +0200)
commit0c95744bccea30c013cdd92c2c6afb6f96bd063a
tree9dca745d1cc49b019c2d1f85abdfc3577b98043d
parent9fd3f881c6edb3daf42277a24c4d1b8932a6df50
cmd: efidebug: add missing efi_free_pool for dh subcommand

This adds the missing efi_free_pool call for dh subcommand.

Fixes: a80146205d0a ("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>
cmd/efidebug.c