diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ScanSetup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 9236fe5f..da6c29b8 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -135,6 +135,8 @@ class ScanSetup(Screen): self.feinfo = self.service.frontendInfo() frontendData = self.feinfo and self.feinfo.getFrontendData(True) self.createConfig(frontendData) + del self.feinfo + del self.service self["actions"] = NumberActionMap(["SetupActions"], |
