aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Screen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Screen.py b/lib/python/Screens/Screen.py
index 231cbfaa..08e0baa9 100644
--- a/lib/python/Screens/Screen.py
+++ b/lib/python/Screens/Screen.py
@@ -46,6 +46,7 @@ class Screen(dict, HTMLSkin, GUISkin):
# for (name, val) in self.items():
for val in self.active_components:
val.execEnd()
+ del self.active_components
# assert self.session != None, "execEnd on non-execing screen!"
# self.session = None
self.execing = False