some cleanups,
[vuplus_dvbapp] / lib / python / Components / Sources / RdsDecoder.py
index 886f81f..3ec9a25 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)