Fix mem leak

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=849177
This commit is contained in:
Laurent Montel 2008-08-19 06:56:11 +00:00
parent 14bb079e79
commit 88d1190767

View File

@ -35,6 +35,7 @@ Context::Context(QObject *parent)
Context::~Context() Context::~Context()
{ {
delete d;
} }
void Context::createContext(const QString &name) void Context::createContext(const QString &name)