mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 08:53:51 +00:00
Oops.
svn-id: r39646
This commit is contained in:
parent
2223627c75
commit
52b1c9e32f
@ -248,7 +248,9 @@ struct TypeData {
|
||||
}
|
||||
|
||||
~TypeData() {
|
||||
_gfxobj->release();
|
||||
if (_gfxobj) {
|
||||
_gfxobj->release();
|
||||
}
|
||||
delete _speakDialogue;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user