summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index 216f59853..311d80ba4 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -71,6 +71,10 @@ class PluginThread(Thread):
dump += pformat(value) + "\n"
except Exception, e:
dump += "<ERROR WHILE PRINTING VALUE> "+ str(e) +"\n"
+
+ del frame
+
+ del stack #delete it just to be sure...
dump += "\n\nPLUGIN OBJECT DUMP: \n\n"