HYPNO: fix memory leak of screen image in boyz

This commit is contained in:
neuromancer 2022-06-13 12:23:55 +02:00
parent ad99a2e8f8
commit 048d265d09

View File

@ -429,6 +429,8 @@ char BoyzEngine::selectDirection() {
drawScreen();
g_system->delayMillis(10);
}
screen->free();
delete screen;
return 0;
}