summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-23 09:07:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-23 09:07:07 +0000
commitf8de01dde2707bcfd4bccf3cb0dc5b26bde851e9 (patch)
tree9848def1b4bebd9a108e296e07904a963aed6c85 /vcl
parent4a5f7d8ddf8210ddca630f7096c590470c8c0f09 (diff)
ensure safe lifecycle
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/glyphs/gcach_ftyp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx
index 4d061ecf0ec9..82fa925097ee 100644
--- a/vcl/source/glyphs/gcach_ftyp.cxx
+++ b/vcl/source/glyphs/gcach_ftyp.cxx
@@ -572,6 +572,7 @@ FreetypeManager::FreetypeManager()
nDefaultPrioAutoHint = pEnv[0] - '0';
InitGammaTable();
+ vclFontFileList::get();
}
// -----------------------------------------------------------------------