diff options
author | Travis Howell | 2006-01-11 00:18:32 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-11 00:18:32 +0000 |
commit | 9fe1c9477d30032b012fcf374bc11c60c065894b (patch) | |
tree | cdafa08bd5947133a59b778da87a25183a02797a | |
parent | f6c61962952b2d51d19177d42a92855b07d33178 (diff) | |
download | scummvm-rg350-9fe1c9477d30032b012fcf374bc11c60c065894b.tar.gz scummvm-rg350-9fe1c9477d30032b012fcf374bc11c60c065894b.tar.bz2 scummvm-rg350-9fe1c9477d30032b012fcf374bc11c60c065894b.zip |
Free _storedFlObjects
svn-id: r19978
-rw-r--r-- | scumm/scumm.cpp | 1 |
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) |