commit | 0e18f584de59a86aaf86bd328dbd16fbd0175b3d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Dec 24 09:19:07 2018 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 16 15:42:20 2019 +0100 |
tree | d369cbcbda945fc94d983d85c488fb0726e4f44b | |
parent | 16112f9f4832761e6af6f5ddb74c77a107992cb7 [diff] |
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: Heinrich Schuchardt <xypron.glpk@gmx.de>