SHERLOCK: 3DO: font support: free memory

This commit is contained in:
Martin Kiewitz 2015-06-12 23:14:11 +02:00
parent 132f33a306
commit fd14f53a3b

View File

@ -907,6 +907,9 @@ void ImageFile3DO::loadFont(Common::SeekableReadStream &stream) {
push_back(imageFrame);
}
}
delete[] bitsTablePtr;
delete[] widthTablePtr;
}
} // End of namespace Sherlock