support for a final post-destroy value
[enigma2.git] / lib / python / Components / Sources / Clock.py
index 5130b21db01bf44d11d837f08eb9ecbca6c07d97..ba672825cd06d40c7bd3f9eacf4e54f17fa00ea8 100644 (file)
@@ -29,3 +29,4 @@ class Clock(Source):
 
        def destroy(self):
                self.clock_timer.callback.remove(self.poll)
+               Source.destroy(self)