efi_loader: free load options after execution
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 3 Jan 2020 21:53:42 +0000 (22:53 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:20 +0000 (18:08 +0100)
commita3850e40e1bd64f99f91960953003ca31ee6fd0b
treee32eef6c0503a0e65910bac85b7bf548e397a9a5
parent61e42d9465ef36857693cc3db615438241a06bf6
efi_loader: free load options after execution

When be launch a binary via bootefi the bootargs environment variable is
used to set the load options in the loaded image protocol.

Free memory allocated for load options when the UEFI binary exits.

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