Fix mem leak found by valgrind

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=874299
This commit is contained in:
Laurent Montel 2008-10-21 07:33:06 +00:00
parent 90de22f3ca
commit 53c6071fc8

View File

@ -76,6 +76,7 @@ public:
~ThemePrivate()
{
delete pixmapCache;
}
KConfigGroup &config()