some cleanups,
[enigma2.git] / lib / python / Components / Sources / RdsDecoder.py
index 886f81f62a57d576ae61b30c93d385b00accd82c..3ec9a25db60fa65e02d9c8396eee977dd808140b 100644 (file)
@@ -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)