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/FrontendStatus.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components/Sources/FrontendStatus.py') diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py index 3e469e0d..821c9f12 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) -- cgit v1.2.3