summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2016-02-15 08:22:50 +0100
committerThomas Reufer <thomas@reufer.ch>2016-02-15 08:22:50 +0100
commit55a2f1afdbe19ffc28623b14d6f89be96486b21f (patch)
tree2396e5a63cdd55c6d2f2dfc745f06fd04650391d
parent9ff3c24437c24fa7be91d73bdddd99291a75cdad (diff)
downloadvdr-plugin-rpihddevice-55a2f1afdbe19ffc28623b14d6f89be96486b21f.tar.gz
vdr-plugin-rpihddevice-55a2f1afdbe19ffc28623b14d6f89be96486b21f.tar.bz2
set FT lib handle to zero after clean up
-rw-r--r--ovgosd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ovgosd.c b/ovgosd.c
index c70aa52..0f26766 100644
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -128,6 +128,7 @@ public:
if (FT_Done_FreeType(s_ftLib))
ELOG("failed to deinitialize FreeType library!");
+ s_ftLib = 0;
}
cOvgGlyph* Glyph(uint charCode) const