Skip to content
Commit 0e18f584 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: LoadImage: always allocate new pages



If we want to properly unload images in Exit() the memory should always be
allocated in the same way. As we allocate memory when reading from file we
should do the same when the original image is in memory.

A further patch will be needed to free the memory when Exit() is called.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 16112f9f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment