aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-30 00:14:17 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-30 00:14:17 +0000
commit978b06eb1a31471ebda868ddf526cb40a38fe652 (patch)
tree1b76dfe3033bd301dec3d9daff52c33415127503 /lib/gdi
parent0c59a4279f93f08fe95fca5f2e55f3e025f0cceb (diff)
downloadenigma2-978b06eb1a31471ebda868ddf526cb40a38fe652.tar.gz
enigma2-978b06eb1a31471ebda868ddf526cb40a38fe652.zip
small refcounting fixes, add private operator delete to iObject
Diffstat (limited to 'lib/gdi')
-rw-r--r--lib/gdi/font.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gdi/font.cpp b/lib/gdi/font.cpp
index 09154de0..450269f0 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, &current_face, &fnt->size)<0)
#endif
{
- delete fnt;
eDebug("FTC_Manager_Lookup_Size failed!");
return 0;
}