mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
SHERLOCK: 3DO: font support: free memory
This commit is contained in:
parent
132f33a306
commit
fd14f53a3b
@ -907,6 +907,9 @@ void ImageFile3DO::loadFont(Common::SeekableReadStream &stream) {
|
||||
push_back(imageFrame);
|
||||
}
|
||||
}
|
||||
|
||||
delete[] bitsTablePtr;
|
||||
delete[] widthTablePtr;
|
||||
}
|
||||
|
||||
} // End of namespace Sherlock
|
||||
|
Loading…
Reference in New Issue
Block a user