From eebbad24485ef4489899984a311d034a692c6528 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Tue, 19 Aug 2014 11:51:09 +0200 Subject: [PATCH 3/3] QGuiApplication: clear font database on cleanup --- qtbase/src/gui/kernel/qguiapplication.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qtbase/src/gui/kernel/qguiapplication.cpp b/qtbase/src/gui/kernel/qguiapplication.cpp index 1894dbf..df7b3eb 100644 --- a/qtbase/src/gui/kernel/qguiapplication.cpp +++ b/qtbase/src/gui/kernel/qguiapplication.cpp @@ -576,6 +576,7 @@ QGuiApplication::~QGuiApplication() #endif //QT_NO_SESSIONMANAGER clearPalette(); + QFontDatabase::removeAllApplicationFonts(); #ifndef QT_NO_CURSOR d->cursor_list.clear(); -- 2.1.0