efi_loader: clean up bootefi_test_prepare()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 12 Jan 2019 13:42:40 +0000 (14:42 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 16 Feb 2019 14:42:20 +0000 (15:42 +0100)
commit1504bb0d96d7eac30cc5ed9b06ece0d40ae003f3
tree14960a31eb8a4aaca7610b5c95e7d8eaa41d609a
parent914df75b0c97b6e9774025500c061231db1cc6b4
efi_loader: clean up bootefi_test_prepare()

Free resources upon failure.

Correct the function description.

As there is no need for any special address in the dummy memory device
path passed via the EFI_LOADED_IMAGE_PROTOCOL simply use 0 as address.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c