aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/RdsDecoder.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources/RdsDecoder.py')
-rw-r--r--lib/python/Components/Sources/RdsDecoder.py4
1 files changed, 4 insertions, 0 deletions
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)