X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgdi%2Ffont.cpp;h=450269f00686c9be22545ac8a47f6400e0b556ec;hp=09154de088ea0be759126655a514f085e8bc883b;hb=978b06eb1a31471ebda868ddf526cb40a38fe652;hpb=0c59a4279f93f08fe95fca5f2e55f3e025f0cceb diff --git a/lib/gdi/font.cpp b/lib/gdi/font.cpp index 09154de..450269f 100644 --- a/lib/gdi/font.cpp +++ b/lib/gdi/font.cpp @@ -212,7 +212,6 @@ float fontRenderClass::getLineHeight(const gFont& font) if (FTC_Manager_Lookup_Size(cacheManager, &fnt->font.font, ¤t_face, &fnt->size)<0) #endif { - delete fnt; eDebug("FTC_Manager_Lookup_Size failed!"); return 0; }