commit | 97cf20861ac2a359bcde930d4ab17cec70da81f7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 15 14:07:40 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 22:26:15 2019 +0000 |
tree | 37ec4765c805b3cda76c3fa383545efeaa146a31 | |
parent | 1f7a8b3389d66f279bf75fcfdd10c1c7d2561d6e [diff] |
efi_loader: QueryMode() must allocate buffer EFI_GRAPHICS_OUTPUT_PROTOCOL.QueryMode() must allocate a buffer for the mode information structure. Adjust the unit test to free the buffer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>