Add missing OSScreenShutdown(); call

This commit is contained in:
Maschell 2021-12-30 14:19:37 +01:00
parent e4edcfd3b4
commit 9d95d6ad29

View File

@ -305,6 +305,8 @@ std::string EnvironmentSelectionScreen(const std::map<std::string, std::string>
DrawUtils::deinitFont();
OSScreenShutdown();
free(screenBuffer);
if (autoBoot != autobootIndex) {