some cleanups,
[vuplus_dvbapp] / lib / python / Components / Sources / CurrentService.py
index acc624a..2501c17 100644 (file)
@@ -27,3 +27,8 @@ class CurrentService(PerServiceBase, Source):
                return self.navcore.getCurrentService()
 
        service = property(getCurrentService)
+
+       def destroy(self):
+               PerServiceBase.destroy(self)
+               Source.destroy(self)
+