some cleanups,
[enigma2.git] / lib / python / Components / Sources / FrontendStatus.py
index 3e469e0da9b4fc5142bd1c2ca6ca7c340bd58a59..821c9f12077f223fca9de258b3202cd907064871 100644 (file)
@@ -49,4 +49,5 @@ class FrontendStatus(Source):
 
        def destroy(self):
                self.poll_timer.callback.remove(self.updateFrontendStatus)
+               Source.destroy(self)