From ffebd22c8a2f7923315cf777317b208426579a2c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Jul 2003 23:39:12 +0000 Subject: [PATCH] sanitize svn path=/trunk/kdebase/kwin/; revision=237117 --- kcmkwin/kwindecoration/kwindecoration.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 3fbc76f764..d557a6ef5c 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -273,8 +273,7 @@ void KWinDecorationModule::resetPlugin( KConfig* conf, const QString& currentDec currentName += "_config"; // Delete old plugin widget if it exists - if (pluginObject) - delete pluginObject; + delete pluginObject; // Use klibloader for library manipulation KLibLoader* loader = KLibLoader::self();