--- linden/indra/llrender/llfont.cpp 2007-01-07 22:50:15.000000000 +0000 +++ linden-new/indra/llrender/llfont.cpp 2007-01-08 21:22:06.000000000 +0000 @@ -122,6 +122,7 @@ LLFont::LLFont(LLImageRaw *imagep) : mRawImagep(imagep) { + mFTFace = NULL; mValid = FALSE; mAscender = 0.f; mDescender = 0.f;