Fix mem leak
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=849177
This commit is contained in:
parent
14bb079e79
commit
88d1190767
@ -35,6 +35,7 @@ Context::Context(QObject *parent)
|
||||
|
||||
Context::~Context()
|
||||
{
|
||||
delete d;
|
||||
}
|
||||
|
||||
void Context::createContext(const QString &name)
|
||||
|
Loading…
Reference in New Issue
Block a user