SAGA: Fixed memory leaks in the SAGA engine

svn-id: r32673
This commit is contained in:
Christopher Page 2008-06-12 16:58:02 +00:00
parent e86a422e25
commit dd423f803b
10 changed files with 37 additions and 4 deletions

View file

@ -150,6 +150,7 @@ Script::~Script() {
debug(8, "Shutting down scripting subsystem.");
_mainStrings.freeMem();
_globalVoiceLUT.freeMem();
freeModules();
free(_modules);