SAGA: Fixed memory leaks in the SAGA engine
svn-id: r32673
This commit is contained in:
parent
e86a422e25
commit
dd423f803b
10 changed files with 37 additions and 4 deletions
|
@ -150,6 +150,7 @@ Script::~Script() {
|
|||
debug(8, "Shutting down scripting subsystem.");
|
||||
|
||||
_mainStrings.freeMem();
|
||||
_globalVoiceLUT.freeMem();
|
||||
|
||||
freeModules();
|
||||
free(_modules);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue