aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2010-10-20 20:53:32 +0000
committerAndrew Kurushin2010-10-20 20:53:32 +0000
commit6be5d2554dc930ff50d3b31fabd3294e1fd13fa9 (patch)
tree40954783ad52aba9e192046d524dc2ab769669bb /engines/saga/actor.cpp
parent308ec17a0564b8328a5163d493211b21b5df2ec5 (diff)
downloadscummvm-rg350-6be5d2554dc930ff50d3b31fabd3294e1fd13fa9.tar.gz
scummvm-rg350-6be5d2554dc930ff50d3b31fabd3294e1fd13fa9.tar.bz2
scummvm-rg350-6be5d2554dc930ff50d3b31fabd3294e1fd13fa9.zip
SAGA: replace StringTable "::realloc" with Common::Array; reduce amount of memory for every string table
svn-id: r53651
Diffstat (limited to 'engines/saga/actor.cpp')
-rw-r--r--engines/saga/actor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/saga/actor.cpp b/engines/saga/actor.cpp
index 0dfe2294b5..be011d0119 100644
--- a/engines/saga/actor.cpp
+++ b/engines/saga/actor.cpp
@@ -296,7 +296,6 @@ Actor::~Actor() {
debug(9, "Actor::~Actor()");
free(_pathCell);
- _actorsStrings.freeMem();
//release resources
freeProtagStates();
freeActorList();