sanitize
svn path=/trunk/kdebase/kwin/; revision=237117
This commit is contained in:
parent
b0b054952c
commit
ffebd22c8a
1 changed files with 1 additions and 2 deletions
|
@ -273,8 +273,7 @@ void KWinDecorationModule::resetPlugin( KConfig* conf, const QString& currentDec
|
||||||
currentName += "_config";
|
currentName += "_config";
|
||||||
|
|
||||||
// Delete old plugin widget if it exists
|
// Delete old plugin widget if it exists
|
||||||
if (pluginObject)
|
delete pluginObject;
|
||||||
delete pluginObject;
|
|
||||||
|
|
||||||
// Use klibloader for library manipulation
|
// Use klibloader for library manipulation
|
||||||
KLibLoader* loader = KLibLoader::self();
|
KLibLoader* loader = KLibLoader::self();
|
||||||
|
|
Loading…
Reference in a new issue