1

dealloc memory when exiting vesa mode

This commit is contained in:
2022-07-22 20:44:35 +02:00
parent cde3967961
commit 061fa5db57
3 changed files with 9 additions and 4 deletions

View File

@ -103,5 +103,5 @@ void VBEdemo::run() {
drawFonts();
// selbst terminieren
scheduler.exit();
// scheduler.exit();
}