[Libreoffice-commits] .: vcl/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Mar 23 06:01:41 PDT 2011


 vcl/source/glyphs/gcach_ftyp.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f3b108ba884b47e90a07b144faa9964575836f79
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 23 09:07:07 2011 +0000

    ensure safe lifecycle

diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx
index d482916..3626d9c 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();
 }
 
 // -----------------------------------------------------------------------


More information about the Libreoffice-commits mailing list