X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FSources%2FFrontendStatus.py;h=821c9f12077f223fca9de258b3202cd907064871;hp=3e469e0da9b4fc5142bd1c2ca6ca7c340bd58a59;hb=bcbd5801c2be23b2ee1a22e7b088fc2fb654f1c9;hpb=8b921858d57c9d4cd5ff0ec40a484a4231762974 diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py index 3e469e0..821c9f1 100644 --- a/lib/python/Components/Sources/FrontendStatus.py +++ b/lib/python/Components/Sources/FrontendStatus.py @@ -49,4 +49,5 @@ class FrontendStatus(Source): def destroy(self): self.poll_timer.callback.remove(self.updateFrontendStatus) + Source.destroy(self)