CGE2: Deallocate _resman in destructor.

This commit is contained in:
uruk 2014-04-28 09:34:34 +02:00
parent b58965e4e6
commit d9e0e882b7

View File

@ -35,6 +35,7 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription)
}
CGE2Engine::~CGE2Engine() {
delete _resman;
}
void CGE2Engine::init() {