svn-id: r39646
This commit is contained in:
Nicola Mettifogo 2009-03-23 20:42:53 +00:00
parent 2223627c75
commit 52b1c9e32f

View File

@ -248,7 +248,9 @@ struct TypeData {
}
~TypeData() {
_gfxobj->release();
if (_gfxobj) {
_gfxobj->release();
}
delete _speakDialogue;
}
};