mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
HYPNO: fix memory leak of screen image in boyz
This commit is contained in:
parent
ad99a2e8f8
commit
048d265d09
@ -429,6 +429,8 @@ char BoyzEngine::selectDirection() {
|
||||
drawScreen();
|
||||
g_system->delayMillis(10);
|
||||
}
|
||||
screen->free();
|
||||
delete screen;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user