mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
SCI: dont delete _font inside text class, its already deleted inside cache
svn-id: r47764
This commit is contained in:
parent
5507cb6247
commit
299fb1a9cc
@ -43,7 +43,6 @@ Text::Text(ResourceManager *resMan, GfxCache *cache, GfxPorts *ports, GfxPaint16
|
||||
}
|
||||
|
||||
Text::~Text() {
|
||||
delete _font;
|
||||
}
|
||||
|
||||
void Text::init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user