mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Fixing mismatched delete
svn-id: r42354
This commit is contained in:
parent
4b37e6ad8c
commit
ad7c50e70d
@ -62,7 +62,7 @@ Font::Font(const byte *data) : _dataPtr(data) {
|
||||
}
|
||||
|
||||
Font::~Font() {
|
||||
delete _dataPtr;
|
||||
delete[] _dataPtr;
|
||||
}
|
||||
|
||||
uint8 Font::getCharWidth(uint8 c) const {
|
||||
|
Loading…
Reference in New Issue
Block a user