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