X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f..57794b7710b06a1dcc156a91c84bb8316f104f06:/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)