Commit b161bd20c8b6c8122670db4b2970ce85da4b3535

henry 2001-09-14T00:39:36

No longer call face.close(). FTFace is responsible for closing the face.

1
2
3
4
5
6
7
8
9
10
11
12
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;
 }