SAGA: replace StringTable "::realloc" with Common::Array; reduce amount of memory for every string table
svn-id: r53651
This commit is contained in:
parent
308ec17a05
commit
6be5d2554d
7 changed files with 46 additions and 49 deletions
|
@ -158,7 +158,6 @@ SAGA1Script::SAGA1Script(SagaEngine *vm) : Script(vm) {
|
|||
SAGA1Script::~SAGA1Script() {
|
||||
debug(8, "Shutting down scripting subsystem.");
|
||||
|
||||
_mainStrings.freeMem();
|
||||
_globalVoiceLUT.freeMem();
|
||||
|
||||
freeModules();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue