diff options
-rw-r--r-- | engines/sherlock/image_file.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/image_file.cpp b/engines/sherlock/image_file.cpp index 47fe387038..660c38e2f7 100644 --- a/engines/sherlock/image_file.cpp +++ b/engines/sherlock/image_file.cpp @@ -907,6 +907,9 @@ void ImageFile3DO::loadFont(Common::SeekableReadStream &stream) { push_back(imageFrame); } } + + delete[] bitsTablePtr; + delete[] widthTablePtr; } } // End of namespace Sherlock |