X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d1e450f95a9b79b144a00dcf0f9356ff6cb9bfb2..1c6adfdbe104773d7a98377de6951da02ae1aac0:/lib/python/Components/Sources/RdsDecoder.py diff --git a/lib/python/Components/Sources/RdsDecoder.py b/lib/python/Components/Sources/RdsDecoder.py index 886f81f6..3ec9a25d 100644 --- a/lib/python/Components/Sources/RdsDecoder.py +++ b/lib/python/Components/Sources/RdsDecoder.py @@ -27,3 +27,7 @@ class RdsDecoder(PerServiceBase, Source, object): self.changed((self.CHANGED_CLEAR,)) else: self.changed((self.CHANGED_SPECIFIC, what)) + + def destroy(self): + PerServiceBase.destroy(self) + Source.destroy(self)