summaryrefslogtreecommitdiff
blob: 29fec54ab0bbffc3380b4277eab2c3aa60a20b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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;