diff options
-rw-r--r-- | engines/cge2/cge2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp index 8f84f5e31a..41b6249382 100644 --- a/engines/cge2/cge2.cpp +++ b/engines/cge2/cge2.cpp @@ -35,6 +35,7 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription) } CGE2Engine::~CGE2Engine() { + delete _resman; } void CGE2Engine::init() { |