mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 16:33:50 +00:00
FULLPIPE: Fix For Memory Leak When Exiting Through Game Menu.
This fixes bug #10398 ("FULLPIPE: memory leak when exiting via in-game menu (not gmm)").
This commit is contained in:
parent
807b0f84c2
commit
0ac7887856
@ -324,6 +324,7 @@ Common::Error FullpipeEngine::run() {
|
||||
_system->updateScreen();
|
||||
}
|
||||
|
||||
delete _modalObject;
|
||||
freeGameLoader();
|
||||
|
||||
cleanup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user