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
+2 -2
View File
@@ -225,8 +225,8 @@ WFBFont::WFBFont(int inFontID, const char *fontname, int lineheight, bool useVid
WFBFont::~WFBFont() WFBFont::~WFBFont()
{ {
SAFE_DELETE(mStdFont); SAFE_DELETE_ARRAY(mStdFont);
SAFE_DELETE(mExtraFont); SAFE_DELETE_ARRAY(mExtraFont);
SAFE_DELETE(mTexture); SAFE_DELETE(mTexture);
if (mSprites) if (mSprites)