nothing
diff --git a/src/FTGLPixmapFont.cpp b/src/FTGLPixmapFont.cpp
index b514da3..446817b 100755
--- a/src/FTGLPixmapFont.cpp
+++ b/src/FTGLPixmapFont.cpp
@@ -20,7 +20,7 @@ FTGlyph* FTGLPixmapFont::MakeGlyph( unsigned int g)
if( ftGlyph)
{
FTPixmapGlyph* tempGlyph = new FTPixmapGlyph( *ftGlyph);
- FT_Done_Glyph( *ftGlyph );
+ FT_Done_Glyph( *ftGlyph );
return tempGlyph;
}