aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-11 00:18:32 +0000
committerTravis Howell2006-01-11 00:18:32 +0000
commit9fe1c9477d30032b012fcf374bc11c60c065894b (patch)
treecdafa08bd5947133a59b778da87a25183a02797a /scumm/scumm.cpp
parentf6c61962952b2d51d19177d42a92855b07d33178 (diff)
downloadscummvm-rg350-9fe1c9477d30032b012fcf374bc11c60c065894b.tar.gz
scummvm-rg350-9fe1c9477d30032b012fcf374bc11c60c065894b.tar.bz2
scummvm-rg350-9fe1c9477d30032b012fcf374bc11c60c065894b.zip
Free _storedFlObjects
svn-id: r19978
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 395763e1ef..e35d792d71 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1567,6 +1567,7 @@ ScummEngine_v70he::~ScummEngine_v70he() {
free(_heV7DiskOffsets);
free(_heV7RoomIntOffsets);
free(_heV7RoomOffsets);
+ free(_storedFlObjects);
}
ScummEngine_v71he::ScummEngine_v71he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16], int substResFileNameIndex)