Fixed more uninitialized variables and two potential memory leaks.

This commit is contained in:
Robert Osfield
2002-07-22 12:41:55 +00:00
parent bfefb55a9f
commit 3dd07ea354
9 changed files with 36 additions and 12 deletions

View File

@@ -7,10 +7,13 @@
// mrn@changes
FTFont::FTFont():
face(),
numFaces(0),
numGlyphs(0),
err(0)
{
_contextGlyphList.resize(osg::DisplaySettings::instance()->getMaxNumberOfGraphicsContexts(),NULL);
pen.x = 0;