some cleanups,
[vuplus_dvbapp] / lib / python / Components / Sources / Clock.py
index 5130b21..ba67282 100644 (file)
@@ -29,3 +29,4 @@ class Clock(Source):
 
        def destroy(self):
                self.clock_timer.callback.remove(self.poll)
+               Source.destroy(self)