Missed checking this file in along with the other leak fixes from Ittobaal.

This commit is contained in:
wrenczes@gmail.com
2011-01-11 09:12:56 +00:00
parent 9c52b834f0
commit 1c011e568a

View File

@@ -225,8 +225,8 @@ WFBFont::WFBFont(int inFontID, const char *fontname, int lineheight, bool useVid
WFBFont::~WFBFont()
{
SAFE_DELETE(mStdFont);
SAFE_DELETE(mExtraFont);
SAFE_DELETE_ARRAY(mStdFont);
SAFE_DELETE_ARRAY(mExtraFont);
SAFE_DELETE(mTexture);
if (mSprites)