Fixed memory leak in 6bd978a

This commit is contained in:
Brian Ferguson 2012-09-26 10:49:48 -06:00
parent 6bd978ad21
commit a4e158b796

View File

@ -318,6 +318,11 @@ void CMeterString::Initialize()
}
}
}
if (defaultFont != m_Font)
{
delete defaultFont;
}
}
/*