mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
CGE2: Deallocate _resman in destructor.
This commit is contained in:
parent
b58965e4e6
commit
d9e0e882b7
@ -35,6 +35,7 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription)
|
||||
}
|
||||
|
||||
CGE2Engine::~CGE2Engine() {
|
||||
delete _resman;
|
||||
}
|
||||
|
||||
void CGE2Engine::init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user