commit | 9f0d3ad1c07d60d758aea5fcea8afddba6a6b647 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jul 30 12:59:32 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Aug 03 09:21:02 2023 +0200 |
tree | 5e9fca8181aee557687cf422c15e9e1cb30098f9 | |
parent | 17fac0e2e3f426d1e048231adc05e9080f6fffac [diff] |
efi_loader: memory leak efi_add_memory_map_pg Don't leak newlist if we error out. Fixes: 74c16acce30b ("efi_loader: Don't allocate from memory holes") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>