X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f..7fd6d75b6c77621a8538cb9a5e1999c3266ac3f4:/lib/python/Components/Sources/Clock.py diff --git a/lib/python/Components/Sources/Clock.py b/lib/python/Components/Sources/Clock.py index 5130b21d..ba672825 100644 --- a/lib/python/Components/Sources/Clock.py +++ b/lib/python/Components/Sources/Clock.py @@ -29,3 +29,4 @@ class Clock(Source): def destroy(self): self.clock_timer.callback.remove(self.poll) + Source.destroy(self)