From bcbd5801c2be23b2ee1a22e7b088fc2fb654f1c9 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 27 Jun 2008 14:43:24 +0000 Subject: some cleanups, add missing destroy calls, fix incomplete destroy calls, small speedup --- lib/python/Components/Sources/RdsDecoder.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to '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) -- cgit v1.2.3