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/Clock.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components/Sources/Clock.py') diff --git a/lib/python/Components/Sources/Clock.py b/lib/python/Components/Sources/Clock.py index 5130b21d..ba672825 100644 --- a/lib/python/Components/Sources/Clock.py +++ b/lib/python/Components/Sources/Clock.py @@ -29,3 +29,4 @@ class Clock(Source): def destroy(self): self.clock_timer.callback.remove(self.poll) + Source.destroy(self) -- cgit v1.2.3