aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index d621d12e..a11e9262 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -1275,6 +1275,8 @@ class InfoBarSubserviceSelection:
selection=n-1
newservice = subservices.getSubservice(selection)
if newservice.valid():
+ del subservices
+ del service
self.session.nav.playService(newservice)
def subserviceSelection(self):