diff options
Diffstat (limited to 'lib/python/Components/Sources/FrontendStatus.py')
| -rw-r--r-- | lib/python/Components/Sources/FrontendStatus.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
