mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-29 21:24:53 +00:00
LILLIPUT: Fix memory leak
This commit is contained in:
parent
c0de8dd04d
commit
2f00d52a23
@ -256,6 +256,8 @@ LilliputEngine::LilliputEngine(OSystem *syst, const LilliputGameDescription *gd)
|
||||
LilliputEngine::~LilliputEngine() {
|
||||
DebugMan.clearAllDebugChannels();
|
||||
delete _console;
|
||||
delete _soundHandler;
|
||||
delete _scriptHandler;
|
||||
delete _rnd;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user