--- ksayit/src/fxpluginhandler.cpp.old 2005-11-27 05:19:14.000000000 +0900 +++ ksayit/src/fxpluginhandler.cpp 2005-11-27 05:19:30.000000000 +0900 @@ -97,7 +97,8 @@ plugin.description = p->getDescription_KS(); plugin.EffectID = 0; kdDebug(100200) << "FX-Plugin " << plugin.name << " Handle: " << plugin.handle << " registered." << endl; - destroyPlugin(p); + // destroyPlugin(p); + p = NULL; plugin.p = NULL; // add to list of available plugins pmap[plugin.name] = plugin;