From ef14f1f8cb8eb0d22c7f47d91174e96af85a6d8f Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 8 Nov 2010 14:00:43 +0100 Subject: [PATCH] ScanSetup.py: immediate close frontend before execute blindscan util --- lib/python/Screens/ScanSetup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 2e2f836..e52f8b8 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -107,6 +107,7 @@ class CableTransponderSearchSupport: if raw_channel: frontend = raw_channel.getFrontend() if frontend: + frontend.closeFrontend() # immediate close... del frontend del raw_channel return True -- 2.7.4