diff options
| -rw-r--r-- | engines/hugo/hugo.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp index d1911301ec..f1f762db2f 100644 --- a/engines/hugo/hugo.cpp +++ b/engines/hugo/hugo.cpp @@ -86,6 +86,10 @@ HugoEngine::HugoEngine(OSystem *syst, const HugoGameDescription *gd) : Engine(sy  }  HugoEngine::~HugoEngine() { +	// FIXME - Need to call this to remove memory leaks, +	//         but this currently causes double free issues. +	//shutdown(); +  	freeTexts(_textData);  	freeTexts(_stringtData); | 
