No longer call face.close(). FTFace is responsible for closing the face.
diff --git a/src/FTFont.cpp b/src/FTFont.cpp
index f48fffc..f664966 100755
--- a/src/FTFont.cpp
+++ b/src/FTFont.cpp
@@ -39,7 +39,6 @@ bool FTFont::Open( const char* fontname )
void FTFont::Close()
{
- face.Close();
delete glyphList;
}