aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens')
-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 8398dadd..d4b3d729 100644
--- a/lib/python/Screens/Screen.py
+++ b/lib/python/Screens/Screen.py
@@ -67,6 +67,7 @@ class Screen(dict, HTMLSkin, GUISkin):
del self.session
for (name, val) in self.items():
+ val.destroy()
del self[name]
# really delete all elements now