|
@@ -84,6 +84,7 @@ draw_boxes(EFI_GRAPHICS_OUTPUT_PROTOCOL *gop)
|
|
info->HorizontalResolution,
|
|
info->HorizontalResolution,
|
|
info->VerticalResolution,
|
|
info->VerticalResolution,
|
|
0);
|
|
0);
|
|
|
|
+ FreePool(PixelBuffer);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
Print(L"Never found the active video mode?\n");
|
|
Print(L"Never found the active video mode?\n");
|