some cleanups,
[enigma2.git] / lib / python / Components / Sources / CurrentService.py
index acc624a2860a433b22db5c2877a8ba9762c11518..2501c176f787226e0b3123ece71ca27b04b43430 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)
+