Fixed more uninitialized variables and two potential memory leaks.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user