diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-13 20:16:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-13 20:35:43 +0000 |
commit | dfdbbd15412f41b986fa6bc6df682856ec1581c8 (patch) | |
tree | fdcd565953d00c4bec0483d0f58a3cdc0888b8e3 /vcl/unx/source | |
parent | 570da8fd4a341a7e5606bb703efeac373418639e (diff) |
referenced after use still
Diffstat (limited to 'vcl/unx/source')
-rw-r--r-- | vcl/unx/source/fontmanager/fontconfig.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vcl/unx/source/fontmanager/fontconfig.cxx b/vcl/unx/source/fontmanager/fontconfig.cxx index fb071bb60e89..87944870b987 100644 --- a/vcl/unx/source/fontmanager/fontconfig.cxx +++ b/vcl/unx/source/fontmanager/fontconfig.cxx @@ -154,7 +154,10 @@ public: { return m_pFcInit(); } void FcFini() - { if (m_pFcFini) m_pFcFini(); } + { + //To-Do: get non-headless mode smoketest to pass + //if (m_pFcFini) m_pFcFini(); + } int FcGetVersion() { return m_pFcGetVersion(); } |