Commit 84de12e49956ca4d709227cad653671f789bc212

henry 2001-09-14T00:37:26

Removed FT_Done_Glyph from the d_tor. Glyph disposal is done immediately after the glyph is processed.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/FTGlyph.cpp b/src/FTGlyph.cpp
index 9852fcc..d5c3ad3 100755
--- a/src/FTGlyph.cpp
+++ b/src/FTGlyph.cpp
@@ -15,6 +15,4 @@ FTGlyph::FTGlyph( unsigned int gi)
 
 // OPSignature:  FTGlyph:~FTGlyph() 
 FTGlyph::~FTGlyph()
-{
-	FT_Done_Glyph(ftGlyph); //FIXME Is this OK?
-}
+{}