Skip to content

Commit

Permalink
Add missing OSScreenShutdown(); call
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Dec 30, 2021
1 parent e4edcfd commit 9d95d6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ std::string EnvironmentSelectionScreen(const std::map<std::string, std::string>

DrawUtils::deinitFont();

OSScreenShutdown();

free(screenBuffer);

if (autoBoot != autobootIndex) {
Expand Down

0 comments on commit 9d95d6a

Please sign in to comment.