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
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ Common::Error FullpipeEngine::run() {
|
|||
_system->updateScreen();
|
||||
}
|
||||
|
||||
delete _modalObject;
|
||||
freeGameLoader();
|
||||
|
||||
cleanup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue